文件名称:django-test-plus:Django默认TestCase的有用补充
文件大小:52KB
文件格式:ZIP
更新时间:2024-02-26 00:38:43
testing django DjangoPython
django-test-plus 对Django默认TestCase的有用补充 基本原理 面对现实吧,编写测试并不总是很有趣。 部分原因是您最终编写的所有样板文件。 django-test-plus是在编写Django测试时尝试减少的部分尝试。 我们保证它将使您到达腕管的时间至少增加3周! 支持 支持:Python 2和Python 3 支持Django版本:1.10、1.11、2.0、2.1、2.2、3.0 文献资料 完整文档可在上找到。 安装 $ pip install django-test-plus 用法 要使用django-test-plus,请让您的测试继承自test_plus
【文件预览】:
django-test-plus-master
----setup.py(2KB)
----.gitignore(143B)
----test_plus()
--------compat.py(585B)
--------__init__.py(90B)
--------status_codes.py(9KB)
--------plugin.py(769B)
--------test.py(18KB)
--------runner.py(556B)
----requirements.txt(132B)
----Makefile(101B)
----.travis.yml(444B)
----MANIFEST.in(153B)
----LICENSE(2KB)
----CHANGELOG.md(4KB)
----setup.cfg(297B)
----README.md(18KB)
----pytest.ini(201B)
----AUTHORS.txt(708B)
----.coveragerc(121B)
----test_project()
--------test_project()
--------test_app()
--------manage.py(255B)
----docs()
--------auth_helpers.rst(2KB)
--------low_query_counts.rst(1KB)
--------disable_logging.rst(285B)
--------Makefile(7KB)
--------index.rst(543B)
--------conf.py(11KB)
--------cbvtestcase.rst(6KB)
--------make.bat(7KB)
--------methods.rst(10KB)
--------usage.rst(2KB)
--------modules()
----tox.ini(976B)