[1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests.

Backport of d5ed81c.
This commit is contained in:
Aymeric Augustin 2012-12-08 19:47:53 +01:00
parent 152d6cb411
commit c81e8e7068
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ The tests cover:
* Models and the database API (``tests/modeltests``),
* Everything else in core Django code (``tests/regressiontests``),
* :ref:`contrib-apps` (``django/contrib/<app>/tests``).
* :ref:`contrib-apps` (``django/contrib/<app>/tests`` or
``tests/regressiontests/<app>_...``).
We appreciate any and all contributions to the test suite!