Loading docs/topics/testing/tools.txt +2 −1 Original line number Diff line number Diff line Loading @@ -953,7 +953,8 @@ attribute:: from django.test import TestCase, Client class MyTestClient(Client): # Specialized methods for your environment... # Specialized methods for your environment ... class MyTest(TestCase): client_class = MyTestClient Loading Loading
docs/topics/testing/tools.txt +2 −1 Original line number Diff line number Diff line Loading @@ -953,7 +953,8 @@ attribute:: from django.test import TestCase, Client class MyTestClient(Client): # Specialized methods for your environment... # Specialized methods for your environment ... class MyTest(TestCase): client_class = MyTestClient Loading