Pytest (二) 在Pycharm中以pytest的方式运行

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pytest (二) 在Pycharm中以pytest的方式运行相关的知识,希望对你有一定的参考价值。

参考技术A 以pytest方式运行,需要改该工程设置默认的运行器:file->setting->Tools->Python Integrated Tools->项目名称->Default test runner->选择pytest

运行

在工程名称前右键:

执行结果会以下图方式显示:

以上是关于Pytest (二) 在Pycharm中以pytest的方式运行的主要内容,如果未能解决你的问题,请参考以下文章

tep 用户手册帮你从 unittest 过渡到 pytest

二pytest+selenium+allure实现web ui自动化

pytest完整

(二)pytest测试框架

接口测试 | 25 requests + pytest测试实例

3.pytest文档-pycharm运行pytest