summaryrefslogtreecommitdiff
path: root/docs/topics/testing/advanced.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-24 14:48:49 -0400
committerTim Graham <timograham@gmail.com>2015-09-25 07:15:19 -0400
commit53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace (patch)
treecb35cd2f5858c10650657eeb37e84d5c2ad5be9a /docs/topics/testing/advanced.txt
parent7372cdebed19a9d8e5527823c1e6825156babf98 (diff)
Fixed #25451 -- Added advice about organizing tests.
Diffstat (limited to 'docs/topics/testing/advanced.txt')
-rw-r--r--docs/topics/testing/advanced.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index e230c2624d..cb309b4946 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -248,6 +248,7 @@ Advanced features of ``TransactionTestCase``
Using ``reset_sequences = True`` will slow down the test, since the primary
key reset is an relatively expensive database operation.
+.. _testing-reusable-applications:
Using the Django test runner to test reusable applications
==========================================================