Pytest如何实现重复执行同一用例
2022-08-02 本文已影响0人
秸秆混凝烧结工程师
下载安装一下模块
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= ** 这里就是指定的执行次数,这个参数在做稳定性调试的时候很舒服很管用