summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/testing.txt6
1 files changed, 3 insertions, 3 deletions
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.