diff options
Diffstat (limited to 'README.tests')
-rw-r--r-- | README.tests | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.tests b/README.tests new file mode 100644 index 0000000..e08a090 --- /dev/null +++ b/README.tests @@ -0,0 +1,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. |