We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6e624 commit bb28508Copy full SHA for bb28508
doc/en/how-to/capture-stdout-stderr.rst
@@ -131,8 +131,6 @@ Here is an example test function that performs some output related checks:
131
captured = capsys.readouterr()
132
assert captured.out == "next\n"
133
134
-
135
136
The ``readouterr()`` call snapshots the output so far -
137
and capturing will be continued. After the test
138
function finishes the original streams will
0 commit comments