summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/testcases.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index 4e4ada9c64..34c94b82cc 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -220,7 +220,6 @@ class SimpleTestCase(unittest.TestCase):
"""Performs any pre-test setup. This includes:
* Creating a test client.
- * If the class has a 'urls' attribute, replace ROOT_URLCONF with it.
* Clearing the mail test outbox.
"""
self.client = self.client_class()