pytest的单个用例多次执行

pip install pytest-repeat 安装插件


再所要执行的用例上添加装饰器

@pytest.mark.repeat(10)

你可能感兴趣的:(pytest的单个用例多次执行)