ref: 1154fd1ad673e5cf2c24226414da51733fa02bba
parent: 9492ec889bd77941c4d3d95327ac27b8160b19bd
author: Paul Brossier <piem@piem.org>
date: Wed Nov 16 21:51:47 EST 2016
python/README.md: add a note about nose2 for python tests (closes #74)
--- a/python/README.md
+++ b/python/README.md
@@ -35,6 +35,8 @@
Testing the Python module
-------------------------
+Python tests are in `python/tests` and use the [nose2 python package][nose2].
+
To run the all the python tests, use the script:
$ ./python/tests/run_all_tests
@@ -42,6 +44,8 @@
Each test script can also be called one at a time. For instance:
$ ./python/tests/test_note2midi.py -v
+
+[nose2]: https://github.com/nose-devs/nose2
Install in a virtualenv
-----------------------