码迷,mamicode.com
首页 > 其他好文 > 详细

pytest的一些你爱不释手的插件

时间:2018-09-10 17:57:40      阅读:519      评论:0      收藏:0      [点我收藏+]

标签:port   目录   通过   技术   ima   -o   技术分享   info   bubuko   

1. pytest-html

安装:pip install pytest-html # 通过pip安装pytest-html
运行测试文件的时候,命令行加上对应参数即可
比如:pytest test_class.py --html=./report.html, (./report.html表示在当前目录下,创建名称叫report的html文件)
效果大概就是酱紫的
技术分享图片

2. pytest-rerunfailures

安装:pip install pytest-rerunfailures #通过pip安装pytest-rerunfailures
运行测试文件 pytest test_class.py --reruns 5 (失败重跑5次)

3. pytest-ordering

pytest的一些你爱不释手的插件

标签:port   目录   通过   技术   ima   -o   技术分享   info   bubuko   

原文地址:https://www.cnblogs.com/pingguo-softwaretesting/p/9620121.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!