summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-24 16:28:31 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-24 17:20:11 +0100
commit9b8192ce5101b622dbbae61f5ce784cd3e144a4d (patch)
treeb561542c9e074a2212cbcc8790a8b73b7f780b33 /docs/internals/contributing/writing-code
parentf326720a7363f305a6767d71fc3a8db2dcb05c0e (diff)
Updated a few doc paragraphs following the app-loading refactor.
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 2bbd9dcf0e..3690264875 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -222,7 +222,6 @@ Tests for contrib apps go in their respective directories under
``django/contrib``, in a ``tests.py`` file. You can split the tests over
multiple modules by using a ``tests`` directory in the normal Python way.
-For the tests to be found, a ``models.py`` file must exist, even if it's empty.
If you have URLs that need to be mapped, put them in ``tests/urls.py``.
To run tests for just one contrib app (e.g. ``auth``), use the same