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

Improved testplan user experience #307

Closed kn-ms closed 5 months ago

kn-ms commented 5 months ago

The latest version of testplan now supports a new test discovery method which has much more structured information. This update will add the posibility to use the new discovery method, which will provide the navigation buttons next to the testcases as well es the possibility to run/debug the testcase from the source.

By default the old method is used not to break users who are not using the latest testplan. The new discovery can be enabled in the settings

testplan-1705662755706

@kondratyev-nv please review this pr?

Thx K

kn-ms commented 5 months ago

@kondratyev-nv thx for the approve, do you have an ETA when it can be merged and a release cut?