projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e005cc
)
[doc] improve python tests instructions
author
Paul Brossier
<piem@piem.org>
Sat, 3 Nov 2018 23:43:17 +0000
(
00:43
+0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 3 Nov 2018 23:43:17 +0000
(
00:43
+0100)
doc/python_module.rst
patch
|
blob
|
history
diff --git
a/doc/python_module.rst
b/doc/python_module.rst
index
f7225c5
..
8c3c377
100644
(file)
--- 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