From a9e3bd03b1c01cc4974e7b0a7a9fa49c0a19caf4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 Nov 2018 00:43:17 +0100 Subject: [PATCH] [doc] improve python tests instructions --- doc/python_module.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.11.0