From 4ffeb59e86940089037ec90db7ed1aec523c4414 Mon Sep 17 00:00:00 2001 From: Paul McMillan Date: Thu, 10 Jun 2010 03:31:29 +0000 Subject: [PATCH] [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 --- docs/internals/contributing.txt | 7 ++++--- 1 file 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 ` -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 ` for +an explanation of how to write new tests. Running the unit tests ----------------------