diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-06 17:41:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-06 17:41:12 -0400 |
| commit | 0c295a771886272fe50e49aef94d282b8f4725da (patch) | |
| tree | cb466750aec2fcbfb17ddaf299965e1570181119 | |
| parent | 028db9750357d504c55a7ac686c9abaa3c847ac6 (diff) | |
Fixed a link in topics/testing/overview.txt
| -rw-r--r-- | docs/topics/testing/overview.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index d7af823038..f5f8ad24c9 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -88,11 +88,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 |
