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
I have a customized pytestPath script with sets up some system paths that are necessary to run tests in my repo. When I use the "python.testing.pytestPath": "${workspaceFolder}/bin/pytest"` setting, running a test works fine but when I debug test, you can see the debug output doesnt use the configured path:
I've been playing with settings and launch configs for a couple of hours now, but it seems like an extension code change is needed to get test debugging working?
The text was updated successfully, but these errors were encountered:
I have a customized pytestPath script with sets up some system paths that are necessary to run tests in my repo. When I use the "python.testing.pytestPath": "${workspaceFolder}/bin/pytest"` setting, running a test works fine but when I debug test, you can see the debug output doesnt use the configured path:
I've been playing with settings and launch configs for a couple of hours now, but it seems like an extension code change is needed to get test debugging working?
The text was updated successfully, but these errors were encountered: