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 ee96214 commit 52730f6Copy full SHA for 52730f6
doc/en/usage.rst
@@ -384,10 +384,8 @@ in your code and pytest automatically disables its output capture for that test:
384
* Output capture in other tests is not affected.
385
* Any prior test output that has already been captured and will be processed as
386
such.
387
-* Any later output produced within the same test will not be captured and will
388
- instead get sent directly to ``sys.stdout``. Note that this holds true even
389
- for test output occurring after you exit the interactive PDB_ tracing session
390
- and continue with the regular test run.
+* Output capture gets resumed when ending the debugger session (via the
+ ``continue`` command).
391
392
393
.. _`breakpoint-builtin`:
0 commit comments