From 33836cf88dd08ebd66d19ad7f732b12f089abd27 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 26 Feb 2013 13:19:18 +0100 Subject: Renamed some tests and removed references to modeltests/regressiontests. --- tests/context_processors/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/context_processors/tests.py') diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py index 1f2209efb0..c57c592de6 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -9,7 +9,7 @@ class RequestContextProcessorTests(TestCase): Tests for the ``django.core.context_processors.request`` processor. """ - urls = 'regressiontests.context_processors.urls' + urls = 'context_processors.urls' def test_request_attributes(self): """ -- cgit v1.2.1