Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/python/run_all_tests

    r031b1f9 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.