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
Describe the bug
Parametrize Python tests show as failed- instead of a green checkmark, it shows a red X. I do get a "n tests passed" popup. This X shows in both the summary and editor window.
To Reproduce
Install latest, run a Python test that is parametrized with pytest.parametrize. I think the latest version started doing this, as the previous does not.
Expected behavior
Green checkbox instead of red X for passing Python parametrize tests.
Logs
N/A at the moment
Additional context
Failed Python parametrize tests do correctly "red X" the failed test section.
The text was updated successfully, but these errors were encountered:
NeoVim Version
v0.9.4
Describe the bug
Parametrize Python tests show as failed- instead of a green checkmark, it shows a red X. I do get a "n tests passed" popup. This X shows in both the summary and editor window.
To Reproduce
Install latest, run a Python test that is parametrized with pytest.parametrize. I think the latest version started doing this, as the previous does not.
Expected behavior
Green checkbox instead of red X for passing Python parametrize tests.
Logs
N/A at the moment
Additional context
Failed Python parametrize tests do correctly "red X" the failed test section.
The text was updated successfully, but these errors were encountered: