1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.

Thanks cjerdonek for the suggestion.

Backport of 9953e98e6a from master
This commit is contained in:
Tim Graham
2013-12-31 06:24:11 -05:00
parent e99eeefe44
commit f82eb49301
6 changed files with 1532 additions and 1534 deletions

View File

@@ -13,8 +13,8 @@ The tests cover:
We appreciate any and all contributions to the test suite!
The Django tests all use the testing infrastructure that ships with Django for
testing applications. See :doc:`Testing Django applications
</topics/testing/overview>` for an explanation of how to write new tests.
testing applications. See :doc:`/topics/testing/overview` for an explanation of
how to write new tests.
.. _running-unit-tests: