Changeset 2253
- Timestamp:
- Jan 19, 2006, 12:04:59 PM (19 years ago)
- Location:
- inundation
- Files:
-
- 13 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/alpha_shape
- Property svn:externals
-
old new 1 load_mesh https://datamining.anu.edu.au/svn/ga/inundation/pmesh/load_mesh 1
-
- Property svn:externals
-
inundation/fit_interpolate
- Property svn:externals
-
old new 1 coordinate_transforms https://datamining.anu.edu.au/svn/ga/inundation/pyvolution/coordinate_transforms 1
-
- Property svn:externals
-
inundation/pmesh
- Property svn:externals
-
old new 1 coordinate_transforms https://datamining.anu.edu.au/svn/ga/inundation/pyvolution/coordinate_transforms 1
-
- Property svn:externals
-
inundation/pyvolution
- Property svn:externals
-
old new 1 load_mesh https://datamining.anu.edu.au/svn/ga/inundation/pmesh/load_mesh 1
-
- Property svn:externals
-
inundation/pyvolution/test_all.py
r2252 r2253 15 15 #List files that should be excluded from the testing process. 16 16 #E.g. if they are known to fail and under development 17 #exclude = ['test_least_squares.py', 'test_cg_solve.py', 18 # 'test_interpolate_sww.py'] 19 #exclude = ['test_pmesh2domain.py'] 17 #exclude = ['test_geo_reference.py','test_redfearn.py', 'test_point.py'] 20 18 21 19 … … 71 69 72 70 filenameToModuleName = lambda f: os.path.splitext(f)[0] 71 #print "files",files 73 72 moduleNames = map(filenameToModuleName, files) 73 #print "moduleNames",moduleNames 74 74 modules = map(__import__, moduleNames) 75 75 load = unittest.defaultTestLoader.loadTestsFromModule
Note: See TracChangeset
for help on using the changeset viewer.