Ignore:
Timestamp:
Nov 30, 2007, 7:39:19 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:
0f2084d
Parents:
d05c54f
Message:

move around files in tests/python according to src/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/python/run_all_tests

    rd05c54f r66a150a2  
    1515  return [i.split('.')[0].replace('/','.') for i in glob(path)]
    1616
    17 modules_to_test  = list_of_test_files('*.py')
     17modules_to_test  = []
     18modules_to_test += list_of_test_files('src/*.py')
     19modules_to_test += list_of_test_files('src/*/*.py')
    1820modules_to_test += list_of_test_files('examples/aubio*.py')
     21modules_to_test += list_of_test_files('*.py')
    1922
    2023if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.