Ticket #5832: docs_testing__unneeded_import.diff
File docs_testing__unneeded_import.diff, 389 bytes (added by , 17 years ago) |
---|
-
docs/testing.txt
721 721 ...you can just refer to ``self.client``, like so:: 722 722 723 723 from django.test import TestCase 724 from django.test.client import Client725 724 726 725 class SimpleTest(TestCase): 727 726 def test_details(self):