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:
		| @@ -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 | ||||
| ---------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user