Ignore:
Timestamp:
Mar 4, 2008, 5:06:28 PM (16 years ago)
Author:
ole
Message:

Added some cleanup statements in tests

Location:
anuga_core/source/anuga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_shallow_water_domain.py

    r4957 r5117  
    13971397            msg = 'Time interval should have raised an exception'
    13981398            raise msg
    1399            
     1399
     1400        #Cleanup
     1401        os.remove(domain.get_name() + '.' + domain.format)
     1402       
    14001403
    14011404    def test_another_runup_example(self):
     
    52355238        assert depth['min'] >= 0.0
    52365239        assert depth['max'] >= 0.0       
     5240
     5241        #Cleanup
     5242        os.remove(domain.get_name() + '.' + domain.format)
    52375243       
    52385244
  • anuga_core/source/anuga/utilities/data_audit_wrapper.py

    r5059 r5117  
    3737# Ignore directories
    3838directories_to_ignore = ['.svn', 'misc', '.metadata']
    39 directories_to_ignore += ['old_pyvolution_documentation']
     39#directories_to_ignore += ['old_pyvolution_documentation']
    4040
    4141
Note: See TracChangeset for help on using the changeset viewer.