执行代码如下,用例无法执行,之前还是好好的。。。
None 下面那行提到了 pytest.main 现在不再接收字符串参数,要改为 list 。你调整一下试试?
pytest.main(['-m', 'pytest', 'main_test.py', '--html=test.html'])
字符串也是可以的,pytest.main('-s main_test.py --html=......'), 前面修改一下,-s main_test.py,试试看
谢谢,目前还有点警告信息
main_test.py 用绝对路径试试
的确有问题,我之前用的是本机 ip,后来改成了 127.0.0.1 后,使用 inspect 还能启动 app,我以为没事,感谢