Commit e000ca23 authored by knbk's avatar knbk Committed by Simon Charette
Browse files

Removed obsolete comment.

parent 28f60ef3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()