Fixed a link in topics/testing/overview.txt

This commit is contained in:
Tim Graham 2013-09-06 17:41:12 -04:00
parent 028db97503
commit 0c295a7718
1 changed files with 3 additions and 5 deletions

View File

@ -88,11 +88,9 @@ your project's ``manage.py`` utility::
$ ./manage.py test $ ./manage.py test
Test discovery is based on the unittest module's `built-in test discovery`. By Test discovery is based on the unittest module's :py:ref:`built-in test
default, this will discover tests in any file named "test*.py" under the discovery <unittest-test-discovery>`. By default, this will discover tests in
current working directory. any file named "test*.py" under the current working directory.
.. _built-in test discovery: http://docs.python.org/2/library/unittest.html#test-discovery
You can specify particular tests to run by supplying any number of "test 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 labels" to ``./manage.py test``. Each test label can be a full Python dotted