Changeset 131
- Timestamp:
- 08/04/06 09:04:46 (2 years ago)
- Files:
-
- branches/mk/tests/functional/test_cleaning_up.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/tests/functional/test_cleaning_up.py
r130 r131 56 56 57 57 # Check that Cheesecake didn't leave any cheesecake* files. 58 assert glob(os.path.join(tempfile.gettempdir(), "cheesecake*")) == []58 assert filter_our_files(get_cheesecake_files()) == self.cheesecake_files 59 59 60 60 # Check that Cheesecake didn't leave any new tmp* files.
