From c81e8e7068bdaa000ad6fbed8d452ac074ba19a9 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 8 Dec 2012 19:47:53 +0100 Subject: [PATCH] [1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests. Backport of d5ed81c. --- docs/internals/contributing/writing-code/unit-tests.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 71666a169e..4e702ff83e 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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//tests``). +* :ref:`contrib-apps` (``django/contrib//tests`` or + ``tests/regressiontests/_...``). We appreciate any and all contributions to the test suite!