|
I would like view the captured output and logs for a test. Working from the command line, I would run I would like to be able to to this with the vscode pytest runner, but instead of the output showing in the test session terminal, I want it to show when you click on a test in the test result tree. Currently when you click on a succeeded test, it shows Is there a way to do this? |
Answered by
garyvdm
Nov 23, 2025
Replies: 1 comment
Answer selected by
eleanorjboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see there is an issue for this: #22594