summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/email.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index bc983b4f2e..7a683becb9 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -545,6 +545,9 @@ To specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development and testing.
+Django's test runner :ref:`automatically uses this backend for testing
+<topics-testing-email>`.
+
.. _topic-email-dummy-backend:
Dummy backend