django-nose:使用鼻子的Django测试运行器

时间:2024-03-19 18:22:00
【文件属性】:

文件名称:django-nose:使用鼻子的Django测试运行器

文件大小:57KB

文件格式:ZIP

更新时间:2024-03-19 18:22:00

Python

詹戈·诺斯 Django的鼻子提供了所有善良在你的Django的测试,如: 默认情况下仅测试您的应用程序,而不是所有恰好在INSTALLED_APPS的标准应用程序 在一个或多个特定模块(或应用程序,类,文件夹)中运行测试,或仅运行特定测试 消除了将所有测试导入到tests/__init__.py 。 这不仅节省了工作量,而且消除了意外遮盖测试类的可能性。 利用所有有用的 它还提供: 夹具捆绑,这是一项可选功能,可将基于夹具的测试速度提高4倍 重复使用先前创建的测试数据库,从而将启动时间缩短了10秒 卫生的TransactionTestCases,可以为您节省每次测试的数据库刷新 支持各种数据库。 经过MySQL,PostgreSQL和SQLite的测试。 其他人也应该工作。 django-nose需要鼻子1.2.1或更高版本,建议使用。 它遵循,支持: 带有Python 3.


【文件预览】:
django-nose-master
----MANIFEST.in(500B)
----README.rst(4KB)
----docs()
--------conf.py(8KB)
--------upgrading.rst(2KB)
--------usage.rst(8KB)
--------make.bat(6KB)
--------installation.rst(630B)
--------changelog.rst(30B)
--------authors.rst(28B)
--------Makefile(7KB)
--------index.rst(370B)
--------contributing.rst(32B)
--------_static()
----AUTHORS.rst(4KB)
----.github()
--------workflows()
----requirements-rtd.txt(137B)
----CONTRIBUTING.rst(4KB)
----contribute.json(659B)
----tox.ini(1KB)
----LICENSE(1KB)
----changelog.rst(5KB)
----setup.cfg(252B)
----requirements.txt(529B)
----setup.py(3KB)
----manage.py(310B)
----.gitignore(308B)
----runtests.sh(4KB)
----Makefile(2KB)
----unittests()
--------test_databases.py(3KB)
----testapp()
--------models.py(753B)
--------test_for_nose.py(140B)
--------plugin_t()
--------__init__.py(57B)
--------migrations()
--------runtests.py(656B)
--------settings.py(836B)
--------tests.py(2KB)
--------test_only_this.py(147B)
--------fixtures()
--------custom_runner.py(202B)
--------plugins.py(481B)
----django_nose()
--------tools.py(3KB)
--------runner.py(19KB)
--------utils.py(2KB)
--------management()
--------fixture_tables.py(7KB)
--------__init__.py(445B)
--------testcases.py(7KB)
--------plugin.py(10KB)

网友评论