I have a collection of unit tests in my largish project and running all of the tests from VS Code IDE using PlatformIO / Advanced / Test
works great, but it’s cumbersome to run individual tests this way.
Running individual tests form Testing Explorer is the obvious solution, but I have two issues with this that I can’t seem to find a way to resolve.
First, actual output from the tests does not show up in the TEST RESULTS
tab. I understand that this can be enabled by passing -v
to the pio test command, but I can’t find any way to configure this in the IDE.
Second, the Unity testing output that displays in the TEST RESULTS
tab is missing carriage returns, so the output is difficult to read.
Any advice to resolve these two issue would be greatly appreciated.