[Feature] Live unit testing #4059
Labels
A-vscode
vscode plugin issues
C-Architecture
Big architectural things which we need to figure up-front (or suggestions for rewrites :0) )
E-hard
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
One thing that would be helpful, is to have an indicator along the status bar which shows just a count of passed tests out of total tests, eg
cargo-test: 12/12
, or something like that. Green if you've got 100% passed and red if there were failures.Then RA can just rerun all tests on every save and re-display the value. Lets you keep track as soon you poked something out of alignment.
Clicking the indicator could perhaps even open up a terminal tab with the last set of cargo-test output so that you can check on any error messages.
The text was updated successfully, but these errors were encountered: