Changeset 7106
- Timestamp:
- May 27, 2009, 4:36:40 PM (16 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/test_all.py
r6910 r7106 114 114 # get all test_*.py and enclosing directories 115 115 test_files, path_files = get_test_files(path) 116 path_files.sort() 116 117 117 118 files = [x for x in test_files if not x == 'test_all.py'] -
branches/numpy/anuga/test_all.py
r6904 r7106 114 114 # get all test_*.py and enclosing directories 115 115 test_files, path_files = get_test_files(path) 116 path_files.sort() 116 117 117 118 files = [x for x in test_files if not x == 'test_all.py']
Note: See TracChangeset
for help on using the changeset viewer.