django-test-mixins:用于测试Django站点的其他断言和测试便利性

时间:2024-05-29 10:36:55
【文件属性】:

文件名称:django-test-mixins:用于测试Django站点的其他断言和测试便利性

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-29 10:36:55

Python

django-test-mixins 用于测试Django站点的其他声明和测试便利性。 目录 用法 所有类都继承自因此您可以照常访问Django断言和HTTP客户端。 django-test-mixins上可用。 安装只需解决以下问题: $ pip install django_test_mixins HttpCodeTestCase HttpCodeTestCase为准确的HTTP响应提供以下断言: assertHttpOK(response) (200) assertHttpCreated(response) (201) assertHttpBadRequest(response) (400) assertHttpUnauthorized(response) (401) assertHttpForbidden(response) (403) assertHttp


【文件预览】:
django-test-mixins-master
----setup.py(460B)
----.gitignore(314B)
----.travis.yml(625B)
----LICENSE(1KB)
----CHANGELOG.md(984B)
----README.md(5KB)
----django_test_mixins.py(4KB)
----tests.py(4KB)

网友评论