django-smoke-tests:Django项目的自动烟雾测试

时间:2024-05-24 13:13:09
【文件属性】:

文件名称:django-smoke-tests:Django项目的自动烟雾测试

文件大小:31KB

文件格式:ZIP

更新时间:2024-05-24 13:13:09

Python

django-烟雾测试 Django命令可找到项目中的所有端点,对它们执行HTTP请求,并检查是否有任何意外的响应。 内容 要求 Python(2.7、3.4、3.5、3.6、3.7) Django(1.8、1.9、1.10、1.11、2.0、2.1) 安装 使用pip安装: pip install django-smoke-tests 将其添加到您的INSTALLED_APPS : INSTALLED_APPS = ( ... ' django_smoke_tests ', ... ) 快速开始 对整个项目执行烟雾测试: python manage.py smoke_tests 用法 参数 $ python manage.py smoke_tests --help usage: manage.py smoke_tests [-h] [--ht


【文件预览】:
django-smoke-tests-master
----MANIFEST.in(186B)
----README.rst(4KB)
----CONTRIBUTING.rst(3KB)
----.github()
--------ISSUE_TEMPLATE.md(347B)
----manage.py(329B)
----requirements.txt(170B)
----requirements_test.txt(157B)
----AUTHORS.rst(167B)
----.travis.yml(719B)
----tox.ini(706B)
----LICENSE(1KB)
----requirements_dev.txt(47B)
----setup.cfg(270B)
----setup.py(3KB)
----Makefile(2KB)
----django_smoke_tests()
--------apps.py(129B)
--------tests.py(1KB)
--------runners.py(271B)
--------__init__.py(22B)
--------generator.py(8KB)
--------management()
--------migrations.py(323B)
--------templates()
--------static()
----tests()
--------settings.py(1KB)
--------test_generator.py(22KB)
--------helpers.py(676B)
--------urls.py(2KB)
--------decorators.py(477B)
--------__init__.py(0B)
--------test_command.py(8KB)
--------views.py(1KB)
--------app()
----.gitignore(427B)
----runtests.py(575B)
----CHANGELOG.md(958B)
----.coveragerc(176B)

网友评论