pytest失败重跑
摘要:
失败重跑需要依赖pytest-rerunfailures插件,使用pip安装就行 pip install pytest-rerunfailures 用例失败重跑的方法: 在用例上添加装饰器@pytest.mark.flaky(reruns=2, reruns_delay=4) reruns为次数,r 阅读全文
posted @ 2020-03-27 13:52 crystal1126 阅读(785) 评论(0) 推荐(0) 编辑