Changeset afb3576 for tests


Ignore:
Timestamp:
Nov 1, 2007, 1:59:40 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

list_missing_tests: tst_prefix default is empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/list_missing_tests

    r79287252 rafb3576  
    1818  return status
    1919
    20 def check_src_against_tst(tst_dir, tst_ext, src_dir, verbose = False, tst_prefix = 'test-'):
     20def check_src_against_tst(tst_dir, tst_ext, src_dir, verbose = False, tst_prefix = ''):
    2121  tst_files = [ basename(file) for file in glob( join(tst_dir, '*'+tst_ext) ) ]
    2222  tst_files.sort()
Note: See TracChangeset for help on using the changeset viewer.