【插件】重复执行 pytest-repeat
安装
pip3 install pytest-repeat
用法
1.命令行
pytest --count num
pytest --count 3
2.装饰器
@pytest.mark.repeat(num) #num运行次数
@pytest.mark.repeat(5)#执行结果如下:
原文地址:https://blog.csdn.net/weixin_46162002/article/details/143753055
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!