diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 7d9b92615a..f842785437 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -880,7 +880,8 @@ attribute:: from django.test.client import Client class MyTestClient(Client): - # Specialized methods for your environment... + # Specialized methods for your environment + ... class MyTest(TestCase): client_class = MyTestClient