Changeset afb3576
- Timestamp:
- Nov 1, 2007, 1:59:40 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:
- b660fbc
- Parents:
- 79287252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/list_missing_tests
r79287252 rafb3576 18 18 return status 19 19 20 def check_src_against_tst(tst_dir, tst_ext, src_dir, verbose = False, tst_prefix = ' test-'):20 def check_src_against_tst(tst_dir, tst_ext, src_dir, verbose = False, tst_prefix = ''): 21 21 tst_files = [ basename(file) for file in glob( join(tst_dir, '*'+tst_ext) ) ] 22 22 tst_files.sort()
Note: See TracChangeset
for help on using the changeset viewer.