[1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 from master
This commit is contained in:
parent
3483682749
commit
1cbdb49b0a
@ -870,7 +870,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…
x
Reference in New Issue
Block a user