0
点赞
收藏
分享

微信扫一扫

pytest 测试环境框架搭建

北溟有渔夫 2022-08-29 阅读 215

首先使用 pip 安装 pytest

pip install pytest

pip install pytest-html 原生态报告模板

查看 pytest 是否安装成功

pip show pytest

 

pip 运行要在 D:\tools\Scripts 目录下,要不会出现   'pip' 不是内部或外部命令,也不是可运行的程序

或批处理文件。

世界上最美的风景,是自己努力的模样



举报

相关推荐

0 条评论