1
0
mirror of https://github.com/django/django.git synced 2025-07-05 10:19:20 +00:00

[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
This commit is contained in:
Paul McMillan 2010-06-10 03:31:29 +00:00
parent 101796ce8d
commit 4ffeb59e86

View File

@ -824,9 +824,10 @@ The tests cover:
We appreciate any and all contributions to the test suite! We appreciate any and all contributions to the test suite!
The Django tests all use the testing infrastructure that ships with Django for The Django tests all use the testing infrastructure that ships with
testing applications. See :ref:`Testing Django applications <topics-testing>` Django for testing applications. New tests should use the unittest
for an explanation of how to write new tests. framework. See :ref:`Testing Django applications <topics-testing>` for
an explanation of how to write new tests.
Running the unit tests Running the unit tests
---------------------- ----------------------