Commit 1ef423b0 authored by Tim Graham's avatar Tim Graham
Browse files

[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.

Backport of e8868089 from master
parent 0fc4c405
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -344,6 +344,9 @@ Methods
Testing utilities
-----------------

django.test.utils
~~~~~~~~~~~~~~~~~

.. module:: django.test.utils
   :synopsis: Helpers to write custom test runners.

@@ -362,10 +365,13 @@ utility methods in the ``django.test.utils`` module.
    magic hooks into the template system and restoring normal email
    services.

django.db.connection.creation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. currentmodule:: django.db.connection.creation

The creation module of the database backend (``connection.creation``)
also provides some utilities that can be useful during testing.
The creation module of the database backend also provides some utilities that
can be useful during testing.

.. function:: create_test_db([verbosity=1, autoclobber=False])