diff options
| author | knbk <marten.knbk@gmail.com> | 2016-02-08 03:53:21 +0100 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-02-08 00:11:22 -0500 |
| commit | e000ca23d206e1c615d1d87af24d940239d6c3ca (patch) | |
| tree | c33ceb6428f2ce9e63282f245de6e3818cf5f9b4 | |
| parent | 28f60ef3b89e954e290301912cfe99e06c721486 (diff) | |
Removed obsolete comment.
| -rw-r--r-- | django/test/testcases.py | 1 |
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() |
