Open MDKempe opened 10 months ago
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.