应该是 pytest.main(['test_1.py']),并且 pytest 的版本应该换成 4.0.2 就不会报错
即使指定 main 函数执行文件也会报错,但是在 cmd 命令窗口输入 “pytest test_1.py” 可以正确执行测试。当前 pytest 版本为 6.0.1,是最新版。4.0.2 版在官网上没看到。
pip 指定版本安装即可