summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2010-06-10 03:31:29 +0000
committerPaul McMillan <Paul@McMillan.ws>2010-06-10 03:31:29 +0000
commit4ffeb59e86940089037ec90db7ed1aec523c4414 (patch)
treed0b796add4934be25d22aaa2cac55c0bb48745c7
parent101796ce8da802e74720d47821157723b46800da (diff)
downloaddjango-4ffeb59e86940089037ec90db7ed1aec523c4414.tar.gz
[soc2010/test-refactor] Modified contrib docs to require unittests.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/test-refactor@13347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/internals/contributing.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index c555f205b1..d81c27ad9a 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -824,9 +824,10 @@ The tests cover:
We appreciate any and all contributions to the test suite!
-The Django tests all use the testing infrastructure that ships with Django for
-testing applications. See :ref:`Testing Django applications <topics-testing>`
-for an explanation of how to write new tests.
+The Django tests all use the testing infrastructure that ships with
+Django for testing applications. New tests should use the unittest
+framework. See :ref:`Testing Django applications <topics-testing>` for
+an explanation of how to write new tests.
Running the unit tests
----------------------