Changeset 7667
- Timestamp:
- Mar 19, 2010, 9:39:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified misc/tools/acceptance_tests/test_all.py ¶
r7662 r7667 1 1 #!/bin/env python 2 2 3 """Run all acceptance tests in order.""" 3 """Run all acceptance tests in order. 4 5 Currently runing with; 6 python test_all.py cyclone_log_short2.asc *> cyclone_log_long2.asc 7 8 To capture the output. EQRM unit test info is going to screen. 9 Do not know why. 10 11 """ 4 12 5 13 import os … … 10 18 11 19 # 'test_inter_latency.py' - not needed 20 # 'test_validation_anuga.py' - This might take days apparently. 21 # Not the test for us. 12 22 13 23 # the test files, in desired order … … 20 30 'test_quadrature_parallel_interleaved.py', 21 31 'test_latency_bandwidth.py', 22 'test_test_pypar.py', 23 'test_validation_anuga.py' 32 'test_test_pypar.py' 24 33 ] 25 34 #Tests += ['test_more_python_packages.py'] 26 35 if __name__ == '__main__': 27 36 home_directory = os.getcwd()
Note: See TracChangeset
for help on using the changeset viewer.