花费 55 ms
【pytest系列】- mark标记功能详细介绍

如果想从头学起pytest,可以去看看这个系列的文章! https://www.cnblogs.com/miki-peng/category/1960108.html mark标记 ​ 在实际 ...

Mon Apr 12 18:01:00 CST 2021 0 824
【pytest系列】- fixture测试夹具详解

如果想从头学起pytest,可以去看看这个系列的文章! https://www.cnblogs.com/miki-peng/category/1960108.html fixture的优势 ​ ...

Sat May 08 18:24:00 CST 2021 3 2672
【pytest系列】- assert断言的使用

如果想从头学起pytest,可以去看看这个系列的文章! https://www.cnblogs.com/miki-peng/category/1960108.html 常用断言 ​ unitt ...

Wed Apr 14 19:32:00 CST 2021 2 621
自动化测试报告(allure/html)

pytest有两种生成测试报告的方法(html和allure),今天就给大家一一介绍下 html 一.pytest-html基本语法 1.安装:pip install pytest-html ...

Sun May 22 19:58:00 CST 2022 0 1147
【pytest系列】- parametrize参数化

如果想从头学起pytest,可以去看看这个系列的文章! https://www.cnblogs.com/miki-peng/category/1960108.html ​ ​ 前面已经提到,py ...

Fri May 07 22:22:00 CST 2021 0 1665
pytest-数据驱动

今天介绍两种实现数据驱动的方法,json和excel,我们以获取企业微信token接口为例,共 有两个参数corpid&corpsecret 一.json 方法一:@pytest.mar ...

Tue Jan 25 00:38:00 CST 2022 0 762

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM