mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
class docstring
This commit is contained in:
parent
ad94fd82af
commit
f284134c44
|
@ -413,6 +413,10 @@ class URLPatternsTestCase(testcases.SimpleTestCase):
|
|||
del cls._module.urlpatterns
|
||||
|
||||
class ModelTestCase(APITestCase):
|
||||
"""
|
||||
Make request according to model
|
||||
"""
|
||||
|
||||
model = None
|
||||
|
||||
def __model_fields(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user