summaryrefslogtreecommitdiff
path: root/tests/i18n/patterns
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i18n/patterns')
-rw-r--r--tests/i18n/patterns/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/i18n/patterns/tests.py b/tests/i18n/patterns/tests.py
index eb020fbdaf..a5a012be27 100644
--- a/tests/i18n/patterns/tests.py
+++ b/tests/i18n/patterns/tests.py
@@ -7,7 +7,7 @@ from django.core.urlresolvers import clear_url_caches, reverse, translate_url
from django.http import HttpResponsePermanentRedirect
from django.middleware.locale import LocaleMiddleware
from django.template import Context, Template
-from django.test import TestCase, override_settings
+from django.test import SimpleTestCase, override_settings
from django.test.utils import override_script_prefix
from django.utils import translation
from django.utils._os import upath
@@ -43,7 +43,7 @@ class PermanentRedirectLocaleMiddleWare(LocaleMiddleware):
},
}],
)
-class URLTestCaseBase(TestCase):
+class URLTestCaseBase(SimpleTestCase):
"""
TestCase base-class for the URL tests.
"""