使用pytest执行测试用例遇到的问题

1、遇到找不到模块

使用pytest.in配置文件,指定python搜索路径

[pytest]
python_paths = C://xxx//xxx//pycharmProjects//project

相关推荐