下载安装一下模块
pip install pytest-repeat
使用:
pytest --count=10 test_file.py
这里可以综合多个参数,如-s ,-v 等 --count= ** 这里就是指定的执行次数,这个参数在做稳定性调试的时候很舒服很管用
下载安装一下模块
pip install pytest-repeat
使用:
pytest --count=10 test_file.py
这里可以综合多个参数,如-s ,-v 等 --count= ** 这里就是指定的执行次数,这个参数在做稳定性调试的时候很舒服很管用
本文标题:Pytest如何实现重复执行同一用例
本文链接:https://www.haomeiwen.com/subject/fuvjwrtx.html
网友评论