[doc] improve python tests instructions
authorPaul Brossier <piem@piem.org>
Sat, 3 Nov 2018 23:43:17 +0000 (00:43 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 3 Nov 2018 23:43:17 +0000 (00:43 +0100)
doc/python_module.rst

index f7225c5..8c3c377 100644 (file)
@@ -67,5 +67,14 @@ The command line `aubio` is also installed:
 Python tests
 ------------
 
-A number of python tests are provided. To run them, use ``pytest`` from the
-aubio source tree.
+A number of python tests are provided. To run them, use [pytest] from the
+aubio source tree:
+
+    $ cd aubio
+    $ pytest
+
+Each test script can also be called individually. For instance:
+
+    $ ./python/tests/test_note2midi.py -v
+
+[pytest]: https://pytest.org