接口自动化需要下载的第三方库

1.requests 库 命令

pip install requests

2.安装数据驱动ddt

pip install ddt

3.安装openpyxl 库

pip install openpyxl

4.安装pytest库

pip install pytest

5.安装 unittest 库

6.安装 pandas

pip install pandas

扫描二维码关注公众号,回复: 7839652 查看本文章

7.安装 PyMySQL 库

pip install  PyMySQL

猜你喜欢

转载自www.cnblogs.com/weihc/p/11846982.html