mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 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…
x
Reference in New Issue
Block a user