pytest-doc:用装饰器记录pytest

时间:2024-06-13 23:56:06
【文件属性】:

文件名称:pytest-doc:用装饰器记录pytest

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-13 23:56:06

HTML

欢迎使用pytest-docs! pytest-docs允许您注释测试并生成有关测试的文档。 。 完整文档: : 版本兼容性: Python:CPython 2.6-2.7、3.2-3.4或PyPy 2,3 pytest的:2.6.x 许可证:BSD 项目维护者:Alfred Perlstein Github存储库: : 有关pytest本身的更多信息,请参见。 快速开始 向您的测试文件中添加适当的包含和注释: import json import pytestdoc def times ( x , y ): return x * y TEST_CATEGORY = "derp" @ pytestdoc . tattr_redmine_feature ( 7474 ) @ pytestdoc . tattr_redmine_bug ( 7475 , 1776 )


【文件预览】:
pytest-doc-master
----setup.py(2KB)
----.gitignore(24B)
----example.html(9KB)
----requirements.txt(7B)
----Makefile(946B)
----bin()
--------json2rst(2KB)
----MANIFEST.in(51B)
----LICENSE(1KB)
----setup.cfg(408B)
----PKG-INFO(3KB)
----README.rst(2KB)
----pytest_doc()
--------__init__.py(23B)
--------plugin.py(1KB)
----dir_test()
--------derp()
--------Makefile(158B)
--------test_me.py(1KB)
----AUTHORS(83B)
----pytestdoc.py(1KB)

网友评论