Show
Ignore:
Timestamp:
05/31/06 17:32:14 (6 years ago)
Author:
mk
Message:

Check docstrings for use of reST (closes ticket #11).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/tests/test_index_docstrings.py

    r2 r33  
     1import os 
     2from math import ceil 
     3 
    14import _path_cheesecake 
    25from cheesecake.cheesecake_index import Cheesecake, CodeParser 
    3 import os 
    4 from math import ceil 
     6 
    57datadir = os.path.abspath(os.path.join(os.path.dirname(__file__), "data")) 
    68 
    7 class TestIndexDocstrings
     9class TestIndexDocstrings(object)
    810    def setUp(self): 
    911        self.cheesecake = Cheesecake(path=os.path.join(datadir, "package1.tar.gz"))