summaryrefslogtreecommitdiff
path: root/doc/en/usage.rst
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-26 18:32:15 +0100
committerDaniel Hahler <git@thequod.de>2019-03-26 18:33:00 +0100
commit52730f633042eccb487aa7d7c8546fd4d963b727 (patch)
tree5fdc7a7f37d35a6c8d508f37e93608b82029acb2 /doc/en/usage.rst
parentee96214a8dba621e7bbafd7b1feab07341984927 (diff)
downloadpytest-52730f633042eccb487aa7d7c8546fd4d963b727.tar.gz
doc: fix note about output capturing with pdb
[skip travis]
Diffstat (limited to 'doc/en/usage.rst')
-rw-r--r--doc/en/usage.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/en/usage.rst b/doc/en/usage.rst
index 523608569..51511673a 100644
--- a/doc/en/usage.rst
+++ b/doc/en/usage.rst
@@ -384,10 +384,8 @@ in your code and pytest automatically disables its output capture for that test:
* Output capture in other tests is not affected.
* Any prior test output that has already been captured and will be processed as
such.
-* Any later output produced within the same test will not be captured and will
- instead get sent directly to ``sys.stdout``. Note that this holds true even
- for test output occurring after you exit the interactive PDB_ tracing session
- and continue with the regular test run.
+* Output capture gets resumed when ending the debugger session (via the
+ ``continue`` command).
.. _`breakpoint-builtin`: