Changeset 33 for branches/mk/tests/test_index_docstrings.py
- Timestamp:
- 05/31/06 17:32:14 (6 years ago)
- Files:
-
- branches/mk/tests/test_index_docstrings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/test_index_docstrings.py
r2 r33 1 import os 2 from math import ceil 3 1 4 import _path_cheesecake 2 5 from cheesecake.cheesecake_index import Cheesecake, CodeParser 3 import os 4 from math import ceil 6 5 7 datadir = os.path.abspath(os.path.join(os.path.dirname(__file__), "data")) 6 8 7 class TestIndexDocstrings :9 class TestIndexDocstrings(object): 8 10 def setUp(self): 9 11 self.cheesecake = Cheesecake(path=os.path.join(datadir, "package1.tar.gz"))
