ddt-envelope

时间:2021-05-26 14:00:39
【文件属性】:
文件名称:ddt-envelope
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-26 14:00:39
Python ddt信封 使用带有非HTML视图的django-debug-toolbar的简单解决方案。 帮助检查/分析不返回HTML响应的终结点(例如JSON终结点)。 已在以下最新版本的发行版上进行了测试: django1.4 , django1.5 , django1.6 , django1.7 , django1.8以及相应django发行版所支持的每个python版本(即python2.6 , python2.7 , python3.2 , python3.3 , python3.4 )。 安装方式 用pip安装: pip install ddt-envelope 将ddt-envelope添加到您的INSTALLED_APPS : if DEBUG is True : INSTALLED_APPS += ( 'ddt_envelope' , )
【文件预览】:
ddt-envelope-master
----MANIFEST.in(61B)
----testsettings.py(499B)
----ddt_envelope()
--------urls.py(328B)
--------__init__.py(105B)
--------views.py(2KB)
--------templates()
----.travis.yml(661B)
----tox.ini(1KB)
----LICENSE(1KB)
----setup.py(2KB)
----README.md(2KB)
----testapp()
--------urls.py(311B)
--------tests.py(1KB)
--------__init__.py(24B)
--------models.py(24B)
--------views.py(630B)
--------templates()
----.gitignore(559B)

网友评论