[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482
from master
This commit is contained in:
parent
2d0ae995d6
commit
116d2098f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue