Changes in tests/python/run_all_tests [031b1f9:66a150a2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/run_all_tests
r031b1f9 r66a150a2 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.