首先使用 pip 安装 pytest
pip install pytest
pip install pytest-html 原生态报告模板
查看 pytest 是否安装成功
pip show pytest
pip 运行要在 D:\tools\Scripts 目录下,要不会出现 'pip' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
世界上最美的风景,是自己努力的模样
微信扫一扫
首先使用 pip 安装 pytest
pip install pytest
pip install pytest-html 原生态报告模板
查看 pytest 是否安装成功
pip show pytest
pip 运行要在 D:\tools\Scripts 目录下,要不会出现 'pip' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
世界上最美的风景,是自己努力的模样
相关推荐