Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/README.md

    r1154fd1 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.