会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风,又奈何
博客园
首页
新随笔
联系
管理
2021年4月20日
pytest 小记
摘要: 1.如何在case失败后做操作? 需要在conftest文件中加入函数 pytest_exception_interact 如下: def pytest_exception_interact(node, call, report): if report.failed: # do somethings
阅读全文
posted @ 2021-04-20 17:13 风,又奈何
阅读(219)
评论(0)
推荐(0)
编辑
公告