testrail-python:用于通过REST API与TestRail交互的Python库

时间:2024-03-09 06:54:57
【文件属性】:

文件名称:testrail-python:用于通过REST API与TestRail交互的Python库

文件大小:53KB

文件格式:ZIP

更新时间:2024-03-09 06:54:57

Python

TestRail Python库 该Python库使您可以轻松发布结果并管理您的TestRail实例。 警告 该库仍处于测试阶段。 这意味着几乎没有测试,将来的发行版可能会破坏兼容性。 请评估并报告错误/增强功能。 快速开始 from testrail import TestRail testrail = TestRail ( project_id = 1 ) milestone = testrail . milestone ( 'rel-2.3' ) milestone . is_completed = True testrail . update ( milestone ) 有关更深入的示例,请参见 配置 使用以下命令在主目录中创建“ .testrail.conf”: testrail: user_email: 'your email address' user_


【文件预览】:
testrail-python-master
----LICENSE.txt(1KB)
----examples()
--------end_to_end_example.py(3KB)
----.travis.yml(303B)
----tox.ini(322B)
----setup.cfg(40B)
----setup.py(1KB)
----README.md(2KB)
----nose.cfg(117B)
----tests()
--------test_casetype.py(879B)
--------test_client.py(30KB)
--------test_result.py(16KB)
--------util.py(362B)
--------test_suite.py(7KB)
--------testrail.conf(105B)
--------test_project.py(6KB)
--------test_run.py(20KB)
--------test_milestone.py(8KB)
--------test_api.py(30KB)
--------test_test.py(11KB)
--------testrail.conf-nosslcert(128B)
--------test_status.py(2KB)
--------test_priority.py(1KB)
--------testrail.conf-nokey(76B)
--------testrail.conf-noemail(67B)
--------test_base.py(480B)
--------.testrail.conf(105B)
--------test_section.py(10KB)
--------test_plan.py(15KB)
--------test_updatecache.py(4KB)
--------test_user.py(1KB)
--------testrail.conf-nourl(77B)
----.gitignore(702B)
----testrail()
--------helper.py(2KB)
--------entry.py(886B)
--------section.py(2KB)
--------casetype.py(372B)
--------suite.py(2KB)
--------base.py(270B)
--------status.py(892B)
--------test.py(2KB)
--------configuration.py(2KB)
--------user.py(531B)
--------case.py(5KB)
--------run.py(6KB)
--------__init__.py(37B)
--------milestone.py(3KB)
--------plan.py(5KB)
--------client.py(11KB)
--------template.py(325B)
--------api.py(26KB)
--------project.py(3KB)
--------result.py(5KB)
--------priority.py(596B)

网友评论