1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

View File

@ -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()