sys.path共1篇

pytest单个文件执行成功,整个项目执行pytest命令时报错:No module named 'xxx' - 拽熊博客

pytest单个文件执行成功,整个项目执行pytest命令时报错:No module named ‘xxx’

问题现象 在单个执行test_login.py文件时,Pytest是跑通了没有问题的。但是在虚拟环境的终端里去执行pytest命令时,报错:No module named 'page' 通过pytest执行用例会返回异常:ModuleNotFoun...
拽熊的头像 - 拽熊博客超级会员拽熊1年前
6212