Author: russellm
Date: 2007-11-23 04:51:17 -0600 (Fri, 23 Nov 2007)
New Revision: 6710
Modified:
django/trunk/django/test/testcases.py
Log:
Corrected a docstring in django.test.TestCase to match the actual behavior.
Modified: django/trunk/django/test/testcases.py
===================================================================
--- django/trunk/django/test/testcases.py 2007-11-21 19:54:58 UTC (rev
6709)
+++ django/trunk/django/test/testcases.py 2007-11-23 10:51:17 UTC (rev
6710)
@@ -51,9 +51,9 @@
def _pre_setup(self):
"""Performs any pre-test setup. This includes:
- * If the Test Case class has a 'fixtures' member, clearing the
- database and installing the named fixtures at the start of each
- test.
+ * Flushing the database.
+ * If the Test Case class has a 'fixtures' member, installing the
+ named fixtures.
* Clearing the mail test outbox.
"""
call_command('flush', verbosity=0, interactive=False)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---