-
Notifications
You must be signed in to change notification settings - Fork 10
tox_testing
Samantha Marshall edited this page Sep 3, 2016
·
3 revisions
tox is setup to run a series of unit-test that registered with the setup.py
file as the test-suite. The test suite file can be found at nslocalizer_test.py
. The tox configuration file is setup to run these tests under Python 3.5. This is done to ensure that the code remains compatible and operates correctly on the supported versions of Python.
To run the test suite locally, use the command make test
.