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
Currently, running tox via the test controller makes the test pass immediately, even if tox is still running, or even failed:
We should attempt to actually get the tox exit status, and show the test as running/passed/failed correctly.
Unfortunately, I'm not quite sure to what extent that's possible with the API we get from VS Code, as long as we still want to run the command in the terminal... Maybe we could use tasks there and listen to onDidEndTaskProcess?
Currently, running tox via the test controller makes the test pass immediately, even if tox is still running, or even failed:
We should attempt to actually get the tox exit status, and show the test as running/passed/failed correctly.
Unfortunately, I'm not quite sure to what extent that's possible with the API we get from VS Code, as long as we still want to run the command in the terminal... Maybe we could use tasks there and listen to
onDidEndTaskProcess
?cc @starlord-daniel
The text was updated successfully, but these errors were encountered: