Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

tox - installed via "pip install tox" is our standard tool for running tests and coverage maps.

Nearly all the repo's have a tox,ini

To run a tox command, follow the previous steps, then run:

tox -elocal

And this will build and run the tests.



  • No labels