当前位置:网站首页>pytest接口自动化测试框架 | 执行失败跳转pdb
pytest接口自动化测试框架 | 执行失败跳转pdb
2022-08-01 07:12:00 【COCOgsta】
视频来源:B站《冒死上传!pytest接口自动化测试框架(基础理论到项目实战及二次开发)教学视频【软件测试】》
一边学习一边整理老师的课程内容及试验笔记,并与大家分享,侵权即删,谢谢支持!
附上汇总贴:pytest接口自动化测试框架 | 汇总_COCOgsta的博客-CSDN博客
pdb是python标准库的调试模块。在Pytest中,可以直接使用--pdb参数在测试失败时开始调试:
pytest --pdb # 每次遇到失败都跳转到PDB
pytest -x --pdb # 第一次遇到失败就跳转到PDB,结束测试执行
pytest --pdb --maxfail=3# 只有前三次失败跳转到PDB
pdb提示符出现后,便可以使用pdb的交互调试功能,查看错误时,有以下常用命令:
p/print expr: 输出变量expr的值
pp expr: 美化输出expr的值
l/list: 列出错误并显示错误之前和之后的5行代码
l/list begin, end: 列出错误,并显示指定行号之间的代码
a/args: 移动到堆栈的上一层
d/down: 移动到堆栈的下一层
q/quit: 退出当前调试会话(也会退出测试会话)
在控制台与pdb进行交互
边栏推荐
- app 自动化 通过工具查看app 元素 (三)
- CSP-S2019兴奋不已
- 零代码网站开发利器:WordPress
- 自制一款远程控制软件——VeryControl
- Does flinkcdc have any solution for mysql's date field type conversion?
- How to use Photoshop to composite star trail photos, post-processing method of night sky star trail photos
- return;代表含义
- 【南瓜书ML】(task4)神经网络中的数学推导(更新ing)
- JVM: Runtime Data Area - PC Register (Program Counter)
- 搜索框字符自动补全
猜你喜欢
【FiddlerScript】利用FiddlerScript抓包保利威下载
Image lossless compression software which works: try completely free JPG - C image batch finishing compression reduces weight tools | latest JPG batch dressing tools download
crypto-js使用
研发过程中的文档管理与工具
Guest brush SQL - 2
LeetCode 0149. Maximum number of points on a line
旋度(7)连接失败localhost8080;连接拒绝了
mysql的行锁和间隙锁
从购买服务器到网站搭建成功保姆级教程~超详细
Vim扩展内容
随机推荐
Fist game copyright-free music download, League of Legends copyright-free music, can be used for video creation, live broadcast
Golang: go open web service
Electromagnetic compatibility introductory tutorial (6) test project
最小生成树
05-SDRAM: Arbitration
零代码网站开发利器:WordPress
旋度(7)连接失败localhost8080;连接拒绝了
从底层结构开始学习FPGA(6)----分布式RAM(DRAM,Distributed RAM)
升级为重量级锁,锁重入会导致锁释放?
Using FiddlerScript caught poly FiddlerScript 】 【 download
Golang: go to connect and use mysql
支付宝如何生成及配置公钥证书
点餐系统数据库设计--SQL Server
return;代表含义
监听父元素宽高,自适应插件大小
并发编程13-JUC之CountDownLatch
第02章 MySQL的数据目录【1.MySQL架构篇】【MySQL高级】
The use of Golang: go template engine
Explosive 30,000 words, the hardest core丨Mysql knowledge system, complete collection of commands [recommended collection]
「面经分享」西北大学 | 字节 生活服务 | 一面二面三面 HR 面