Removed obsolete comment.

This commit is contained in:
knbk 2016-02-08 03:53:21 +01:00 committed by Simon Charette
parent 28f60ef3b8
commit e000ca23d2
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ class SimpleTestCase(unittest.TestCase):
"""Performs any pre-test setup. This includes: """Performs any pre-test setup. This includes:
* Creating a test client. * Creating a test client.
* If the class has a 'urls' attribute, replace ROOT_URLCONF with it.
* Clearing the mail test outbox. * Clearing the mail test outbox.
""" """
self.client = self.client_class() self.client = self.client_class()