Changeset 6710
- Timestamp:
- 11/23/07 04:51:17 (1 year ago)
- Files:
-
- django/trunk/django/test/testcases.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/test/testcases.py
r6661 r6710 52 52 """Performs any pre-test setup. This includes: 53 53 54 * If the Test Case class has a 'fixtures' member, clearing the55 database and installing the named fixtures at the start of each56 test.54 * Flushing the database. 55 * If the Test Case class has a 'fixtures' member, installing the 56 named fixtures. 57 57 * Clearing the mail test outbox. 58 58 """
