Changeset 5657 for anuga_core/source/anuga/abstract_2d_finite_volumes/test_generic_boundary_conditions.py
- Timestamp:
- Aug 14, 2008, 10:26:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/test_generic_boundary_conditions.py
r5221 r5657 104 104 """Test that boundary values can be read from file and interpolated 105 105 This is using the .tms file format 106 107 See also test_util for comprenhensive testing of the underlying 108 file_function and also tests in test_datamanager which tests 109 file_function using the sts format 106 110 """ 107 111 … … 269 273 #------------------------------------------------------------- 270 274 if __name__ == "__main__": 271 suite = unittest.makeSuite(Test_Generic_Boundary_Conditions, 'test')275 suite = unittest.makeSuite(Test_Generic_Boundary_Conditions, 'test') 272 276 runner = unittest.TextTestRunner() 273 277 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.