diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-06 13:45:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-06 13:46:27 -0400 |
| commit | 1ef423b003c9ead08a00fdba54507e95539a5734 (patch) | |
| tree | c4b02721c3b3b3843ca47d62ad766bfe6b8a4d49 /docs | |
| parent | 0fc4c405a4985de92dde6e8088cd5773a72b2294 (diff) | |
[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.
Backport of e886808994 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index 0674b2e41b..0de07cd988 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -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]) |
