- 博客(2)
- 资源 (7)
- 收藏
- 关注
原创 python之ddt数据模式解决标题过长
修改源码 def mk_test_name(name, value, index=0): """ Generate a new name for a test case. It will take the original test name and append an ordinal index and a string representation of the value, and convert the result into a valid pytho
2021-05-11 14:59:19
197
原创 python+selenium unittest执行测试上一个用例失败,跳过下一个。执行报错
python+selenium 用ddt数据驱动,想在执行失败的时候跳过下面的case 本身的unittest.skipIf 装饰器,不满足条件跳过测试用例,原因:装饰器是静态编译的, 而unittest.skipIf在编译时就会判断condition是否满足条件, 如果我们想要动态决定是否跳过测试用例,就需要在执行测试用例的时候,在执行之前判断条件是否满足 网上找了些方法 def skip_dependon(depend=""): """ :param depend: 依赖的用.
2021-04-28 11:36:06
1518
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人