ref: a9e3bd03b1c01cc4974e7b0a7a9fa49c0a19caf4
parent: 2e005cc0277be78531ea056b1be7e34c6169f1c0
author: Paul Brossier <piem@piem.org>
date: Sat Nov 3 20:43:17 EDT 2018
[doc] improve python tests instructions
--- a/doc/python_module.rst
+++ b/doc/python_module.rst
@@ -67,5 +67,14 @@
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