summaryrefslogtreecommitdiff
path: root/docs/topics/testing/advanced.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/testing/advanced.txt')
-rw-r--r--docs/topics/testing/advanced.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index 8cfb82db67..7127657cfc 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -607,15 +607,13 @@ utility methods in the ``django.test.utils`` module.
.. function:: setup_test_environment()
- Performs any global pre-test setup, such as the installing the
- instrumentation of the template rendering system and setting up
- the dummy email outbox.
+ Performs global pre-test setup, such as installing instrumentation for the
+ template rendering system and setting up the dummy email outbox.
.. function:: teardown_test_environment()
- Performs any global post-test teardown, such as removing the black
- magic hooks into the template system and restoring normal email
- services.
+ Performs global post-test teardown, such as removing instrumentation from
+ the template system and restoring normal email services.
``django.db.connection.creation``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~