Changeset 5162
- Timestamp:
- 08/19/08 14:05:29 (5 months ago)
- Files:
-
- trunk/tg/tests/test_testutil.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/tests/test_testutil.py
r5161 r5162 1 """Tests for the testutil module 2 3 4 """ 1 """Tests for the testutil module""" 5 2 6 3 from unittest import TestCase … … 16 13 """This is the same as DBTest, except that its parent is not called. 17 14 18 It just sets the call_dad equals to True, so that we can test this class;19 it'd be impossible to test it otherwise.15 It just sets the parameter call_dad to False, so that we can test this 16 class; it'd be impossible to test it otherwise. 20 17 21 18 """