玩命加载中 . . .

pytest allure详解 pytest allure详解
概述 本文基于allure 2.13.2 版本介绍allure在pytest下的基本运用。 关于allure,详见官网: https://github.com/allure-framework。 allure功能介绍 allure 特性
pytest skip pytest skip
概述 pytest.mark.skip 可以标记无法在某些平台上运行的测试功能,或者您希望失败的测试功能,或者硬件不满足用例执行条件的功能。希望满足某些条件才执行某些测试用例,否则pytest会跳过运行该测试用例实际常见场景:跳过非Win
移植nose assert到pytest,丰富pytest断言 移植nose assert到pytest,丰富pytest断言
概述 一直很喜欢 nose 的 assert,方法多样,后来打算把所有的用例全部转换成 pytest,而 pytest 的 assert,相较于 nose,感觉太单调了,再者如果要是直接修改用例这部分的 assert,改动有点多,比较懒,直
pytest+requests+Allure实现接口级自动化测试 pytest+requests+Allure实现接口级自动化测试
详细介绍pytest+requests+Allure实现API自动化测试框架设计与开发工作,并结合产品给出具体示例,以及与Jenkins完成CI/CD
«1 2 3 4