Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/starting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,7 @@ like so::

$ pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no

More persistantly, it's possible to add the option to the ``adopts =`` settings in one of pytest's `configuration files <https://docs.pytest.org/en/stable/reference/customize.html#configuration-file-formats>`_.
Comment thread
inducer marked this conversation as resolved.
Outdated

Note the need to pass --capture=no (or its synonym -s) as otherwise
pytest tries to manage the standard streams itself. (contributed by Antony Lee)