From 154808166afba5a3fd3532423df58cd366f2ea06 Mon Sep 17 00:00:00 2001 From: Paul McMillan Date: Wed, 30 Jun 2010 23:34:39 +0000 Subject: [soc2010/test-refactor] Provisional unittest2 support. Currently requires unittest2 to be in the pythonpath. The test_client_regress fix cleans up error checking to be less brittle (and pass with unittest2). git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/test-refactor@13406 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/test/testcases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/test') diff --git a/django/test/testcases.py b/django/test/testcases.py index 276d1f3c41..224dbc5b23 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -1,5 +1,5 @@ import re -import unittest +import unittest2 as unittest from urlparse import urlsplit, urlunsplit from xml.dom.minidom import parseString, Node -- cgit v1.3