会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OTAKU_nicole
博客园
首页
新随笔
联系
订阅
管理
2019年7月5日
pytest标记预期会失败的测试xfail
摘要: x表示XFAIL,预期失败,实际也失败 X表示XPASS,预期失败,实际运行没有失败
阅读全文
posted @ 2019-07-05 18:02 OTAKU_nicole
阅读(852)
评论(0)
推荐(0)
编辑
pytest跳过测试skip
摘要: 直接运行看不到跳过原因,这时候可以使用 -rs pytest -rs test_demo4.py test session starts collected 3 items test_demo4.py ss. [100%] short test summary info SKIPPED [1] te
阅读全文
posted @ 2019-07-05 17:50 OTAKU_nicole
阅读(1165)
评论(0)
推荐(0)
编辑
公告