Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.