source: python/tests/run_all_tests @ a159628

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampleryinfft+
Last change on this file since a159628 was 867d66e, checked in by Paul Brossier <piem@piem.org>, 8 years ago

python/tests/run_all_tests: use nose2

  • Property mode set to 100755
File size: 94 bytes
Line 
1#! /usr/bin/env python
2
3if __name__ == '__main__':
4    import nose2.main
5    nose2.discover()
Note: See TracBrowser for help on using the repository browser.