-
Notifications
You must be signed in to change notification settings - Fork 3
tox_testing
Samantha Marshall edited this page Jul 11, 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 pyconfig_test.py
. The tox configuration file is setup to run these tests under both Python 2.7 and 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
.