Changeset 4781
- Timestamp:
- Nov 5, 2007, 1:35:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/validate_okushiri.py
r3919 r4781 9 9 class Test_Okushiri(unittest.TestCase): 10 10 def setUp(self): 11 pass 12 13 def tearDown(self): 14 pass 11 15 16 def test_that_output_is_as_expected(self): 17 12 18 # Remove garbage 13 19 for file in os.listdir('.'): … … 28 34 res = os.system('python %s > run_okushiri.stdout' %s) 29 35 assert res == 0 30 31 32 def tearDown(self):33 pass34 35 #def test_creation_of_mesh(self):36 # s = 'create_okushiri.py'37 # os.system('python %s > create_okushiri.stdout' %s)38 39 #def test_that_simulation_can_run(self):40 # s = 'run_okushiri.py'41 # os.system('python %s > run_okushiri.stdout' %s)42 43 def test_that_output_is_as_expected(self):44 36 s = 'compare_timeseries_with_measures.py' 45 37 #print s
Note: See TracChangeset
for help on using the changeset viewer.