vscode运行所有测试(pytest)失败

时间:2019-12-16 12:50:03

标签: python visual-studio-code pytest

在vscode中使用pytest运行所有测试失败,并出现以下错误

platform linux -- Python 3.6.9, pytest-5.0.1, py-1.8.0, pluggy-0.13.1
rootdir: /workspace
plugins: cov-2.8.1
Fatal Python error: Aborted

Error: TypeError: Cannot read property 'testsuites' of null

我一直在尝试通过安装各种版本的pytest来解决此错误,但它似乎不起作用。

即使测试发现也失败,并出现以下错误

Test Discovery failed: 
Error: free(): invalid pointer
Fatal Python error: Aborted

有人知道为什么会这样吗?

谢谢

1 个答案:

答案 0 :(得分:1)

事实证明,test_xxx.py文件中的一个导入错误。更改导入的pip软件包的版本后,它再次开始工作。