Changeset 39d6fba for doc


Ignore:
Timestamp:
Nov 21, 2018, 6:12:53 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

[doc] move python tests from python/README.md to doc/python_module.rst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/python_module.rst

    re6a07fe r39d6fba  
    6868------------
    6969
    70 A number of `python tests`_ are provided. To run them, use
    71 ``python/tests/run_all_tests``.
     70A number of Python tests are provided in the `python tests`_. To run them,
     71install `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
    7277
    7378.. _demo_filter.py: https://github.com/aubio/aubio/blob/master/python/demos/demo_filter.py
    7479.. _python tests: https://github.com/aubio/aubio/blob/master/python/tests
     80.. _nose2: https://github.com/nose-devs/nose2
Note: See TracChangeset for help on using the changeset viewer.