Changeset 8f177b7 for python/tests
- Timestamp:
- Feb 26, 2013, 7:42:44 PM (12 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:
- 81fe3273
- Parents:
- c11c549
- Location:
- python/tests
- Files:
-
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
python/tests/run_all_tests
rc11c549 r8f177b7 7 7 curdir = os.path.dirname(sys.argv[0]) 8 8 if curdir == '': curdir = '.' 9 files = os.listdir( os.path.join(curdir, 'tests'))9 files = os.listdir(curdir) 10 10 modfiles = filter (lambda y: y.endswith('.py'), files) 11 11 modfiles = filter (lambda f: f.startswith('test_'), modfiles)
Note: See TracChangeset
for help on using the changeset viewer.