Changeset a9e3bd0


Ignore:
Timestamp:
Nov 4, 2018, 12:43:17 AM (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/timestretch, fix/ffmpeg5, master
Children:
568fc60
Parents:
2e005cc
Message:

[doc] improve python tests instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/python_module.rst

    r2e005cc ra9e3bd0  
    6868------------
    6969
    70 A number of python tests are provided. To run them, use ``pytest`` from the
    71 aubio source tree.
     70A number of python tests are provided. To run them, use [pytest] from the
     71aubio source tree:
     72
     73    $ cd aubio
     74    $ pytest
     75
     76Each 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.