Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
This commit is contained in:
parent
508be27dbf
commit
3d0c3a0482
|
@ -953,7 +953,8 @@ attribute::
|
||||||
from django.test import TestCase, Client
|
from django.test import TestCase, Client
|
||||||
|
|
||||||
class MyTestClient(Client):
|
class MyTestClient(Client):
|
||||||
# Specialized methods for your environment...
|
# Specialized methods for your environment
|
||||||
|
...
|
||||||
|
|
||||||
class MyTest(TestCase):
|
class MyTest(TestCase):
|
||||||
client_class = MyTestClient
|
client_class = MyTestClient
|
||||||
|
|
Loading…
Reference in New Issue