Changeset 36ce209


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r69783fb r36ce209  
    139139test_python: local_dylib
    140140        # run test with installed package
    141         # ./python/tests/run_all_tests --verbose
    142         # run with nose2, multiple processes
    143141        $(NOSE2)
    144142
  • doc/python_module.rst

    r69783fb r36ce209  
    6868------------
    6969
    70 A number of `python tests`_ are provided. To run them, use
    71 ``python/tests/run_all_tests``.
    72 
    73 .. _demo_filter.py: https://github.com/aubio/aubio/blob/master/python/demos/demo_filter.py
    74 .. _python tests: https://github.com/aubio/aubio/blob/master/python/tests
     70A number of python tests are provided. To run them, use ``pytest`` from the
     71aubio source tree.
  • 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.