ModuleNotFoundError: No module named ‘pytest‘

当运行代码时,出现错误:
ModuleNotFoundError: No module named ‘pytest’
原因是未安装 pytest

解决方法:
在对应的python环境下,运行命令
pip3 install pytest

你可能感兴趣的:(Python,pytest,python,开发语言)