From: Paul Brossier Date: Sat, 3 Nov 2018 23:43:17 +0000 (+0100) Subject: [doc] improve python tests instructions X-Git-Tag: 0.4.9~71^2~17 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a9e3bd03b1c01cc4974e7b0a7a9fa49c0a19caf4;p=aubio.git [doc] improve python tests instructions --- diff --git a/doc/python_module.rst b/doc/python_module.rst index f7225c5d..8c3c3776 100644 --- a/doc/python_module.rst +++ b/doc/python_module.rst @@ -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