aboutsummaryrefslogtreecommitdiff
path: root/README.tests
blob: e08a09031bcb98a7f0ddb48e1f759a1af82703ad (plain) (blame)
1
2
3
4
5
6
7
Tests are supported via nosetests3 from the python3-nose package.

To run the tests you can either use the "python3 setup.py test" or
the "nosetests3" command.

Since Python 2 is still supported, you should also run the tests with
"python setup.py test" or the "nosetests" command.