会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
北京测试菜鸟
博客园
首页
新随笔
联系
管理
订阅
2022年7月25日
Pytest-插件介绍与使用
摘要: 1. 执行标记用例执行次数 首先安装 repeat: pip install pytest-repeat @pytest.mark.repeat(n)执行当前用例 n 次 然后再往下执行其他用例 import pytest class TestCase: def test_01(self): pri
阅读全文
posted @ 2022-07-25 11:15 北京测试菜鸟
阅读(328)
评论(0)
推荐(0)
编辑
公告