From e000ca23d206e1c615d1d87af24d940239d6c3ca Mon Sep 17 00:00:00 2001 From: knbk Date: Mon, 8 Feb 2016 03:53:21 +0100 Subject: [PATCH] Removed obsolete comment. --- django/test/testcases.py | 1 - 1 file changed, 1 deletion(-) 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()