Changeset 14aebce for python/test/all_tests.py
- Timestamp:
- Sep 17, 2007, 11:56:31 AM (17 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- c1656cf
- Parents:
- b12c438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/all_tests.py
rb12c438 r14aebce 9 9 import unittest 10 10 11 modules_to_test = ['aubiomodule', 'fvec', 'cvec' ]11 modules_to_test = ['aubiomodule', 'fvec', 'cvec', 'filterbank'] 12 12 13 13 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.