mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #19389 -- Docs on the location of contrib apps tests.
This commit is contained in:
parent
b21e0753ae
commit
d5ed81c795
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ The tests cover:
|
||||||
|
|
||||||
* Models and the database API (``tests/modeltests``),
|
* Models and the database API (``tests/modeltests``),
|
||||||
* Everything else in core Django code (``tests/regressiontests``),
|
* 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!
|
We appreciate any and all contributions to the test suite!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue