You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no testing implemented for the API which could allow for a change to inadvertently break things until discovered manually. Tests should be written to confirm that one change doesn't break other functionality.
Currently there is no testing implemented for the API which could allow for a change to inadvertently break things until discovered manually. Tests should be written to confirm that one change doesn't break other functionality.
PyTest seems to be a popular testing framework. Here's an introduction video to be watched. PyTest Tutorial | Unit Testing Framework In Python
The text was updated successfully, but these errors were encountered: