Replies: 1 comment
-
You want to capture the test result or just stdout streamed while the test was executing ? |
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.
-
Specifically rather than access stdout from the test function as shown here: https://docs.pytest.org/en/7.1.x/how-to/capture-stdout-stderr.html#captures I am interested in accessing stdout from pytest_runtest_teardown(item, nextitem)[source] or a similar hook.
Beta Was this translation helpful? Give feedback.
All reactions