- Timestamp:
- Nov 4, 2018, 12:43:17 AM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 568fc60
- Parents:
- 2e005cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/python_module.rst
r2e005cc ra9e3bd0 68 68 ------------ 69 69 70 A number of python tests are provided. To run them, use ``pytest`` from the 71 aubio source tree. 70 A number of python tests are provided. To run them, use [pytest] from the 71 aubio source tree: 72 73 $ cd aubio 74 $ pytest 75 76 Each test script can also be called individually. For instance: 77 78 $ ./python/tests/test_note2midi.py -v 79 80 [pytest]: https://pytest.org
Note: See TracChangeset
for help on using the changeset viewer.