Changeset 39d6fba
- Timestamp:
- Nov 21, 2018, 6:12:53 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 007c0a1
- Parents:
- e6a07fe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/python_module.rst
re6a07fe r39d6fba 68 68 ------------ 69 69 70 A number of `python tests`_ are provided. To run them, use 71 ``python/tests/run_all_tests``. 70 A number of Python tests are provided in the `python tests`_. To run them, 71 install `nose2`_ and run the script ``python/tests/run_all_tests``: 72 73 .. code-block:: console 74 75 $ pip install nose2 76 $ ./python/tests/run_all_tests 72 77 73 78 .. _demo_filter.py: https://github.com/aubio/aubio/blob/master/python/demos/demo_filter.py 74 79 .. _python tests: https://github.com/aubio/aubio/blob/master/python/tests 80 .. _nose2: https://github.com/nose-devs/nose2 -
python/README.md
re6a07fe r39d6fba 77 77 sounds. 78 78 79 Testing the Python module80 -------------------------81 82 Python tests are in `python/tests` and use the [nose2 python package][nose2].83 84 To run the all the python tests, use the script:85 86 $ ./python/tests/run_all_tests87 88 Each test script can also be called one at a time. For instance:89 90 $ ./python/tests/test_note2midi.py -v91 92 [nose2]: https://github.com/nose-devs/nose293 94 79 For more information about how this module works, please refer to the [Python/C 95 80 API Reference Manual] (http://docs.python.org/c-api/index.html) and the
Note: See TracChangeset
for help on using the changeset viewer.