pytest结合yaml实现数据驱动。pytest结合excel实现数据驱动。pytest结合csv实现数据驱动。pytest结合json实现数据驱动。

安装yaml

  • pip install pyyaml

pytest结合数据驱动yaml

工程目录结构

image

数据准备

读取excel文件

openpyxl库的安装

openpyxl库的操作

pytest结合csv实现数据驱动

csv文件介绍

pytest结合json实现数据驱动