python测试框架:pytest如何实现数据传参

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python测试框架:pytest如何实现数据传参相关的知识,希望对你有一定的参考价值。

参考技术A

本文主要介绍pytest的两种传参方式:
@pytest.mark.parametrize 和 @pytest.fixture

参数与参数值一一对应

只有一个参数接收数据

装饰多个时,参数相乘。

request接收参数, indirect=True 声明login是函数

以上是关于python测试框架:pytest如何实现数据传参的主要内容,如果未能解决你的问题,请参考以下文章

python测试框架:如何执行pytest测试用例

Python语言+pytest框架+allure报告+log日志+yaml文件+mysql断言实现接口自动化框架

Python语言+pytest框架+allure报告+log日志+yaml文件+mysql断言实现接口自动化框架

Pytest框架

python ----> pytest 测试框架

python单元测试框架——pytest