随笔分类 -  测试

摘要:allure includeProperties: false, jdk: '', report: 'report/allure-report', results: [[path: 'report/allure-results']] 或 allure([ includeProperties: fal 阅读全文
posted @ 2022-07-05 22:32 i舒 阅读(321) 评论(0) 推荐(0) 编辑
摘要:问答:https://blog.csdn.net/sinat_38682860/article/details/90904858 1. python 迭代器和生成器区别和原理 https://blog.csdn.net/weixin_35513543/article/details/11396635 阅读全文
posted @ 2021-04-26 21:32 i舒 阅读(360) 评论(0) 推荐(0) 编辑
摘要:robotframework 用法:https://blog.csdn.net/qw943571775/article/details/81505608 用法和示例https://www.ibm.com/developerworks/cn/opensource/os-cn-robot-framewo 阅读全文
posted @ 2020-07-01 08:27 i舒 阅读(261) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/yoyocat915/article/details/81838455 阅读全文
posted @ 2020-06-18 13:46 i舒 阅读(137) 评论(0) 推荐(0) 编辑
摘要:unittest提供了一些跳过指定用例的方法 @unittest.skip(reason):强制跳转。reason是跳转原因 @unittest.skipIf(condition, reason):condition为True的时候跳转 @unittest.skipUnless(condition, 阅读全文
posted @ 2019-08-09 13:11 i舒 阅读(312) 评论(0) 推荐(0) 编辑