TestingΒΆ
Testing is done via tox. The only requirement to run the unit tests is... tox, so all you need to do is:
pip install --upgrade tox
And then run:
tox
We use pytest for running the tests and pytest-cov to generate
the coverage reports. For more information, check the tox.ini file
to see the individual pieces that are run.