From 1154fd1ad673e5cf2c24226414da51733fa02bba Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 17 Nov 2016 02:51:47 +0100 Subject: [PATCH] python/README.md: add a note about nose2 for python tests (closes #74) --- python/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/README.md b/python/README.md index 7ee0fa4c..dbb8ff37 100644 --- a/python/README.md +++ b/python/README.md @@ -35,6 +35,8 @@ sounds. 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 @@ -43,6 +45,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 ----------------------- -- 2.11.0