- Timestamp:
- Mar 17, 2009, 11:14:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/test_search_functions.py
r6152 r6536 210 210 #------------------------------------------------------------- 211 211 if __name__ == "__main__": 212 suite = unittest.makeSuite(Test_search_functions,'test') 213 #suite = unittest.makeSuite(Test_search_functions,'expanding_search') 212 suite = unittest.makeSuite(Test_search_functions, 'test') 214 213 runner = unittest.TextTestRunner(verbosity=1) 215 214 runner.run(suite)
Note: See TracChangeset
for help on using the changeset viewer.