capture: keep all output for "Captured stdout call" etc #3448
Labels
plugin: capture
related to the capture builtin plugin
type: enhancement
new feature or API change, should be merged into features branch
It looks like using
capfd.readouterr()
in a test also resets what pytest displays in case of failed tests.For this I think it would be useful to keep the output in total.
Here the
stdout
is missing.pytest master (08aed1a).
The text was updated successfully, but these errors were encountered: