Changeset 36ce209 for python


Ignore:
Timestamp:
Nov 2, 2018, 12:18:25 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:
bee9445
Parents:
69783fb
Message:

[doc] remove references to run_all_tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/README.md

    r69783fb r36ce209  
    3636-------------------------
    3737
    38 Python tests are in `python/tests` and use the [nose2 python package][nose2].
     38Python tests are in `python/tests` and use [pytest].
    3939
    40 To run the all the python tests, use the script:
     40To run the all the python tests:
    4141
    42     $ ./python/tests/run_all_tests
     42    $ cd aubio
     43    $ pytest
    4344
    4445Each test script can also be called one at a time. For instance:
    4546
    46     $ ./python/tests/test_note2midi.py -v
     47    $ pytest -v python/tests/test_note2midi.py
    4748
    48 [nose2]: https://github.com/nose-devs/nose2
     49[pytest]: https://pytest.org
    4950
    5051Install in a virtualenv
Note: See TracChangeset for help on using the changeset viewer.