Ignore:
Timestamp:
May 30, 2007, 1:59:19 PM (17 years ago)
Author:
nick
Message:

added some comments to tests

File:
1 edited

Legend:

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

    r4519 r4520  
    67456745       
    67466746    def test_store_parameters(self):
     6747        """tests store temporary file
     6748        """
    67476749       
    67486750        from os import sep, getenv
     
    67956797       
    67966798    def test_store_parameters1(self):
     6799        """tests store in temporary file and other file
     6800        """
    67976801       
    67986802        from os import sep, getenv
     
    68576861       
    68586862    def test_store_parameters2(self):
     6863        """tests appending the data to the end of an existing file
     6864        """
    68596865       
    68606866        from os import sep, getenv
Note: See TracChangeset for help on using the changeset viewer.