logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python自动化测试

Exception managing chrome: error sending request for url (https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json)解决办法

#python#开发语言#功能测试
解决报错问题“No module named ‘pytest‘”

已经安装了 pytest 插件,在 PyCharm 里的 python 文件中 import pytest 却依旧报错,报错如下: No module named ‘pytest’此时先查看“File”→“Settings...”→“Project: api_frame”→“Python Interpreter”,查看包列表中是否包含pytest。点击“Details(细节)”查看具体的报错原因,

文章图片
#pytest#python
到底了