文件名称:django-easytests:基于来自 django-cms 的测试工具的测试设置工具
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-19 01:59:10
Python
django-easytests 基于来自 django-cms 的测试工具的测试设置工具 另请查看 django-better-test 和 django-app-manage。 安装 对于当前的稳定版本: pip install django-easytests 对于开发版本: pip install -e git+git://github.com/fivethreeo/django-easytests.git@develop#egg=django-easytests develop.py 中的示例用法: #!/usr/bin/env python from djeasytests.testsetup import TestSetup settings = dict( ROOT_URLCONF='appname_test_project.urls', INSTA
【文件预览】:
django-easytests-develop
----MANIFEST.in(19B)
----README.rst(5KB)
----.gitattributes(483B)
----LICENSE.txt(1KB)
----djeasytests()
--------runners.py(1KB)
--------testsetup.py(10KB)
--------__init__.py(424B)
--------tmpdir.py(772B)
----setup.py(920B)
----.gitignore(2KB)