drf-api-test:轻松测试您的 django-rest-framework (drf) 端点

时间:2024-06-26 13:08:27
【文件属性】:

文件名称:drf-api-test:轻松测试您的 django-rest-framework (drf) 端点

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-26 13:08:27

Python

Django RESTful 测试用例 使用 HTTP OPTIONS 方法检测端点的功能,并针对该端点允许的每个 HTTP 方法运行基本测试。 ##例子 from drf_api_test import test YourTestCase ( test . RESTTestCase ): uri = reverse ( your_view ) payload = {} def setUp ( self ): pass ##指示 当 TestCase 从 RESTTestCase 继承时,您必须提供一个 uri,django-rest-frameworks APITestClient 将使用它来访问您的视图。 如果您的资源实现了 POST、PUT 或 PATCH 方法,您还必须提供有效负载对象。 如果端点实现了 GET 或 DELETE 方法,


【文件预览】:
drf-api-test-master
----Dockerfile(218B)
----.gitignore(16B)
----README.md(1KB)
----fig.yml(118B)
----test()
--------testproj()
----Vagrantfile(2KB)
----drf_api_test()
--------test.py(7KB)
--------mixins.py(567B)
--------test.pyc(7KB)
--------mixins.pyc(951B)
--------__init__.pyc(117B)
--------__init__.py(0B)
----requirements.txt(52B)
----LICENSE.md(1KB)
----setup.py(384B)
----CONTRIBUTERS.md(30B)

网友评论