Skip to content

Commit 69a55d3

Browse files
authored
Merge pull request #5004 from blueyed/doc-pdb
doc: fix note about output capturing with pdb
2 parents 241b743 + 52730f6 commit 69a55d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/en/usage.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,8 @@ in your code and pytest automatically disables its output capture for that test:
384384
* Output capture in other tests is not affected.
385385
* Any prior test output that has already been captured and will be processed as
386386
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.
387+
* Output capture gets resumed when ending the debugger session (via the
388+
``continue`` command).
391389

392390

393391
.. _`breakpoint-builtin`:

0 commit comments

Comments
 (0)