summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknbk <marten.knbk@gmail.com>2016-02-08 03:53:21 +0100
committerSimon Charette <charette.s@gmail.com>2016-02-08 00:11:22 -0500
commite000ca23d206e1c615d1d87af24d940239d6c3ca (patch)
treec33ceb6428f2ce9e63282f245de6e3818cf5f9b4
parent28f60ef3b89e954e290301912cfe99e06c721486 (diff)
Removed obsolete comment.
-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()