Changeset e7fb07e for tests/python/run_all_tests
- Timestamp:
- Dec 1, 2007, 3:55:36 PM (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:
- 554a9cb
- Parents:
- 2704647 (diff), 55e9018 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/run_all_tests
r2704647 re7fb07e 15 15 return [i.split('.')[0].replace('/','.') for i in glob(path)] 16 16 17 modules_to_test = list_of_test_files('*.py') 17 modules_to_test = [] 18 modules_to_test += list_of_test_files('src/*.py') 19 modules_to_test += list_of_test_files('src/*/*.py') 18 20 modules_to_test += list_of_test_files('examples/aubio*.py') 21 modules_to_test += list_of_test_files('*.py') 19 22 20 23 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.