Ignore:
Timestamp:
Oct 1, 2006, 6:55:46 PM (18 years ago)
Author:
steve
Message:

Added more limiting to cells near dry cells, use beta_*_dry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/test_all.py

    r3573 r3678  
    7676        for file in exclude_files:
    7777            print 'WARNING: File '+ file + ' to be excluded from testing'
    78             try:   
    79                 files.remove(file)
    80             except ValueError, e:
    81                 msg = 'File "%s" was not found in test suite.\n' %file
    82                 msg += 'Original error is "%s"\n' %e
    83                 msg += 'Perhaps it should be removed from exclude list?'
    84                 raise Exception, msg
     78        try:   
     79            files.remove(file)
     80        except ValueError, e:
     81            msg = 'File "%s" was not found in test suite.\n' %file
     82            msg += 'Original error is "%s"\n' %e
     83            msg += 'Perhaps it should be removed from exclude list?'
     84            raise Exception, msg
    8585
    8686    filenameToModuleName = lambda f: os.path.splitext(f)[0]
     
    101101    runner = unittest.TextTestRunner() #verbosity=2
    102102    runner.run(suite)
     103   
Note: See TracChangeset for help on using the changeset viewer.