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

Feature request: Show complete output even when tests pass #288

Open Diogo-Rossi opened 1 year ago

Diogo-Rossi commented 1 year ago

We can see the output when test fails and that's good.

But it will be nice to see the output even when the tests passes. Mainly for pytest

Some tests may triggers process that may print to the terminal, and there may be other situations that would require this.