mirror of
https://github.com/django/django.git
synced 2025-02-08 16:35:17 +00:00
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…
x
Reference in New Issue
Block a user