Skip to content

Commit

Permalink
[1.6.x] Fixed a link in topics/testing/overview.txt
Browse files Browse the repository at this point in the history
Backport of 0c295a7 from master
  • Loading branch information
timgraham committed Sep 6, 2013
1 parent 92e8945 commit 2ab2d0f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/topics/testing/overview.txt
Expand Up @@ -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
Expand Down

0 comments on commit 2ab2d0f

Please sign in to comment.