Skip to content

Commit

Permalink
Update test.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
XF-FW authored Mar 31, 2022
1 parent d5fd23d commit 91e2b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rest_framework-stubs/test.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,18 @@ class APIClient(APIRequestFactory, DjangoClient):

class APITransactionTestCase(testcases.TransactionTestCase):
client_class: APIClient = ...
client: APIClient

class APITestCase(testcases.TestCase):
client_class: APIClient = ...
client: APIClient

class APISimpleTestCase(testcases.SimpleTestCase):
client_class: APIClient = ...
client: APIClient

class APILiveServerTestCase(testcases.LiveServerTestCase):
client_class: APIClient = ...
client: APIClient

class URLPatternsTestCase(testcases.SimpleTestCase): ...

0 comments on commit 91e2b99

Please sign in to comment.