Changeset 6360 for branches/numpy/anuga/fit_interpolate/test_all.py
- Timestamp:
- Feb 18, 2009, 2:44:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/fit_interpolate/test_all.py
r2766 r6360 76 76 return unittest.TestSuite(map(load, modules)) 77 77 78 ################################################################################ 79 78 80 if __name__ == '__main__': 79 80 from os import sep81 82 #Attempt to compile all extensions83 #execfile('..' + sep + 'utilities' + sep + 'compile.py')84 85 #FIXME: Temporary measure86 #os.chdir('..' + sep + 'utilities')87 #execfile('compile.py')88 #os.chdir('..' + sep + 'pyvolution')89 90 #FIXME: Temporary measure91 #os.chdir('..' + sep + 'triangle')92 #execfile('compile.py')93 #os.chdir('..' + sep + 'pyvolution')94 95 #os.system('python compile.py')96 97 #print regressionTest()98 #unittest.main(defaultTest='regressionTest')99 100 81 suite = regressionTest() 101 82 runner = unittest.TextTestRunner() #(verbosity=2)
Note: See TracChangeset
for help on using the changeset viewer.