Changeset 39d6fba for python/README.md


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
  • python/README.md

    re6a07fe r39d6fba  
    7777sounds.
    7878
    79 Testing the Python module
    80 -------------------------
    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_tests
    87 
    88 Each test script can also be called one at a time. For instance:
    89 
    90     $ ./python/tests/test_note2midi.py -v
    91 
    92 [nose2]: https://github.com/nose-devs/nose2
    93 
    9479For more information about how this module works, please refer to the [Python/C
    9580API Reference Manual] (http://docs.python.org/c-api/index.html) and the
Note: See TracChangeset for help on using the changeset viewer.