Ignore:
Timestamp:
Nov 2, 2018, 10:13:56 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/timestretch, fix/ffmpeg5, master
Children:
2e005cc
Parents:
8607a74
Message:

[tests] use run_module_suite so tests can run when pytest is not installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_source.py

    r8607a74 r7fd92ca  
    188188
    189189if __name__ == '__main__':
    190     import sys, pytest
    191     pytest.main(sys.argv)
     190    from _tools import run_module_suite
     191    run_module_suite()
Note: See TracChangeset for help on using the changeset viewer.