Changeset 747:3469bb236ef4 in hatta-dev for tests/test_repo.py


Ignore:
Timestamp:
01/24/10 15:36:26 (2 years ago)
Author:
sheep@…
Branch:
default
Message:

docstrings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test_repo.py

    r746 r747  
    8080 
    8181    def test_title_to_file(self, subdir_repo): 
     82        """ 
     83        Test the modified filename escpaing. 
     84        """ 
     85 
    8286        for title, filename in self.title_encodings.iteritems(): 
    8387            escaped = subdir_repo._title_to_file(title) 
     
    97101 
    98102    def test_subdirectory_delete(self, subdir_repo): 
     103        """ 
     104        Check if empty subdirectories are removed on page delete. 
     105        """ 
     106 
    99107        title = u'foo/bar' 
    100108        filepath = os.path.join(subdir_repo.path, 'foo/bar') 
Note: See TracChangeset for help on using the changeset viewer.