2025-12-05 13:31:31.472 [info] ============================= test session starts =============================
platform win32 -- Python 3.12.6, pytest-9.0.1, pluggy-1.6.0
2025-12-05 13:31:31.474 [info] rootdir: d:\Random\pytest_vscode_bug
plugins: dash-3.0.0
2025-12-05 13:31:31.478 [info] collected 1 item
2025-12-05 13:31:31.478 [info] <Dir pytest_vscode_bug>
<Module test_foo.py>
<Function test_bar>
2025-12-05 13:31:31.479 [info]
========================== 1 test collected in 0.01s ==========================
Type: Bug
Behaviour
Testing shows a passed
pytesttest, even though subtests failed.Steps to reproduce:
test_foo.pywith following content:Diagnostic data
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)