Replies: 1 comment
-
|
I see there is an issue for this: #22594 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like view the captured output and logs for a test.
Working from the command line, I would run
pytest -rA test_file.py::test_my_test, which runs that test, and shows me the output of the test after the test has run, and it does this regardless of if the test succeeded or failed.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
The test case did not report any output.and if you click on a failed test, it only shows the exception that caused the test to fail.Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions