Changeset 6360 for branches/numpy/anuga/utilities/test_data_audit.py
- Timestamp:
- Feb 18, 2009, 2:44:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/utilities/test_data_audit.py
r6158 r6360 385 385 os.remove(data_filename2) 386 386 387 388 389 390 391 #------------------------------------------------------------- 387 ################################################################################ 388 392 389 if __name__ == "__main__": 393 390 suite = unittest.makeSuite(Test_data_audit, 'test') … … 395 392 runner.run(suite) 396 393 397 398 399
Note: See TracChangeset
for help on using the changeset viewer.