
pytest
sophiasofia
某头部车企测试开发工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
‘pytest 不是内部或外部命令,也不是可运行的程序 或批处理文件。WARNING: The scripts pip.exe, pip3.8.exe and pip3.exe are install
输入命令pytest --version报错如下:'pytest 不是内部或外部命令,也不是可运行的程序 或批处理文件。输入命令pip list看到列表有pytest,但是C:\Program Files\Python38\Scripts文件夹里没有pytest.exe输入命令pip uninstall pytest卸载pytest输入命令pip install pytest再安装pytest的时候报错如下:WARNING: The scripts pip.exe, pip3.8.exe and原创 2021-06-18 10:51:16 · 10530 阅读 · 2 评论 -
pytest使用注意事项
1.print要在class类里面打印才有用,在class外打印不生效原创 2021-05-27 11:10:31 · 208 阅读 · 0 评论