没有合适的资源?快使用搜索试试~ 我知道了~
testrail-python:用于通过REST API与TestRail交互的Python库
共53个文件
py:40个
cfg:2个
conf:2个
需积分: 40 3 下载量 147 浏览量
2021-02-17
13:08:17
上传
评论
收藏 53KB ZIP 举报
温馨提示
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.zip (53个子文件)
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
共 53 条
- 1
资源评论
工程求知者
- 粉丝: 628
- 资源: 4607
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功