source: python/tests/run_all_tests @ f9cca9c

feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretch
Last change on this file since f9cca9c 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.