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
We need to incoporate more pytests into the document. All major methods must have a pytest. To start, we should go through and make a list of the inadequacies.
The text was updated successfully, but these errors were encountered:
In the tests directory run the following commands to generate a coverage report. Navigate to the new file ./htmlcov/index.html for a detailed coverage report.
$ coverage run -m pytest
$ coverage report
$ coverage html
coverage reports are now automated. currently deployed in the development branch waiting to be pushed to main. You can find them in the readme in the top table under 'Build status' and click on codecov.
We need to incoporate more pytests into the document. All major methods must have a pytest. To start, we should go through and make a list of the inadequacies.
The text was updated successfully, but these errors were encountered: