You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'pytest is not installed in the selected Python environment. Please install pytest to enable test discovery and execution.',
30
+
"The module 'pytest' is not installed in the selected Python environment. Please install it to enable test discovery.",
31
31
);
32
32
});
33
33
34
-
test('Should use generic error for non-pytest-related errors',()=>{
34
+
test('Should detect other missing modules and show module name in label',()=>{
35
+
consterrorMessage=
36
+
"bob\\test_bob.py:3: in <module>\n import requests\nE ModuleNotFoundError: No module named 'requests'\n=========================== short test summary info";
0 commit comments