kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

All test cases explore fails if there is any error in single test case #241

Open KrupalJoshi opened 3 years ago

KrupalJoshi commented 3 years ago

Extension fails to explore all test cases even there is any error in single test cases.

Test framework: Pytest.

With this behavior user can not test remaining test cases (test cases which does not have any error), even though test case(s) having an error is expected or no any use.

Expected result: Extension should pass to explore remaining test cases and display in extension window, so user can execute those test cases.