python-autocheck:改进的单元测试测试运行器

时间:2024-06-27 13:43:45
【文件属性】:

文件名称:python-autocheck:改进的单元测试测试运行器

文件大小:102KB

文件格式:ZIP

更新时间:2024-06-27 13:43:45

Python

自动检测 自动运行 Python 单元测试。 源更改后重新运行测试。 尝试就运行哪些测试做出明智的决定。 例子 在带有单元测试的项目目录中: $ autocheck discover -v 接受与python -m unittest相同的选项。 安装 $ pip install autocheck 或者,对于咆哮支持: $ pip install gntp 根据安装watchdog内核支持。 Django 支持 在settings告诉 django 使用我们的测试运行器: TEST_RUNNER = 'autocheck.contrib.django.TestSuiteRunner' 或者在命令行上: ./manage.py test --testrunner=autocheck.contrib.django.TestSuiteRunner 每当源更改时自动运行测试: $ aut


【文件预览】:
python-autocheck-master
----MANIFEST.in(143B)
----UNLICENSE(1KB)
----requirements()
--------test.txt(16B)
--------extras.txt(10B)
----README.rst(3KB)
----autocheck()
--------db.py(15KB)
--------compat.py(542B)
--------contrib()
--------growler.py(1KB)
--------status.py(1KB)
--------images()
--------encoding.py(2KB)
--------main.py(4KB)
--------testrunner.py(15KB)
--------__init__.py(0B)
--------__main__.py(592B)
--------colorizer.py(2KB)
--------tagexpression.py(3KB)
--------filtersuite.py(1KB)
--------autorunner.py(5KB)
--------tags.py(1KB)
--------colourschemes()
----requirements.txt(46B)
----.travis.yml(194B)
----tox.ini(333B)
----setup.cfg(74B)
----setup.py(2KB)
----vows()
--------test_colorizer.py(3KB)
--------test_testresult.py(5KB)
--------test_filtersuite.py(8KB)
--------test_tags.py(6KB)
--------__init__.py(429B)
--------test_testrunner.py(2KB)
--------extra_matchers.py(1KB)
--------test_extra_matchers.py(1KB)
--------test_db.py(11KB)
--------test_tagexpression.py(5KB)
--------test_filtersuite.yaml(626B)
--------test_tagexpression.yaml(3KB)
----.gitignore(36B)

网友评论