Removed obsolete comment.
This commit is contained in:
parent
28f60ef3b8
commit
e000ca23d2
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue