From e2d094b8fbb67b9d2a44fc107cd2c9bb3ac91990 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 19 Jan 2010 01:14:02 +0000 Subject: Fixed #12640 -- Corrected a regression in test suite construction order introduced by #12255. Also updated the docs to reflect what the test code has always done. Thanks to Ramiro Morales for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12261 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/testing.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index f5098d9584..0b205cee35 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1233,14 +1233,14 @@ testing behavior. This behavior involves: #. Performing global pre-test setup. + #. Looking for unit tests and doctests in the ``models.py`` and + ``tests.py`` files in each installed application. + #. Creating the test databases. #. Running ``syncdb`` to install models and initial data into the test databases. - #. Looking for unit tests and doctests in the ``models.py`` and - ``tests.py`` files in each installed application. - #. Running the unit tests and doctests that are found. #. Destroying the test databases. -- cgit v1.3