1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[soc2010/test-refactor] Update docs to reflect unittest2 changes.

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/test-refactor@13477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Paul McMillan
2010-08-05 04:23:03 +00:00
parent 5875c4e01c
commit 0620a1c223
2 changed files with 13 additions and 8 deletions

View File

@@ -825,9 +825,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. New tests should use the unittest
framework. See :ref:`Testing Django applications <topics-testing>` for
an explanation of how to write new tests.
Django for testing applications. New tests should use
``django.utils.unittest``, and should not include doctests. See
:ref:`Testing Django applications <topics-testing>` for an explanation
of how to write new tests.
Running the unit tests
----------------------