summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-06 17:41:12 -0400
committerTim Graham <timograham@gmail.com>2013-09-06 17:41:43 -0400
commit2ab2d0fb255377a1630e05696b61a7d2e9c436bd (patch)
tree6e2db77966d0a05c54e6fcfc89e5ee26882835f4 /docs
parent92e89452f1aa3987cb70648e69718c6adea4b079 (diff)
[1.6.x] Fixed a link in topics/testing/overview.txt
Backport of 0c295a7718 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing/overview.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt
index 72e2c4f32d..484fbfec89 100644
--- a/docs/topics/testing/overview.txt
+++ b/docs/topics/testing/overview.txt
@@ -100,11 +100,9 @@ your project's ``manage.py`` utility::
$ ./manage.py test
-Test discovery is based on the unittest module's `built-in test discovery`. By
-default, this will discover tests in any file named "test*.py" under the
-current working directory.
-
-.. _built-in test discovery: http://docs.python.org/2/library/unittest.html#test-discovery
+Test discovery is based on the unittest module's :py:ref:`built-in test
+discovery <unittest-test-discovery>`. By default, this will discover tests in
+any file named "test*.py" under the current working directory.
You can specify particular tests to run by supplying any number of "test
labels" to ``./manage.py test``. Each test label can be a full Python dotted