Run the tests using pytest#
TODO we don’t have tests yet - but when we do this page will probably be correct.
Testing is done with pytest. It will find functions in the project that look like tests, and run them to check for errors. You can run it with:
$ tox -e pytest
It will also report coverage to the commandline and to cov.xml.