花費 27 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