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.
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.