Commit c81e8e70 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

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

Backport of d5ed81c7.
parent 152d6cb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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!