Files
pytest2/changelog/4132.bugfix.rst
Daniel Hahler 448830e656 Do not print INTERNALERROR with --pdb
This gets printed by the terminal reporter already, and currently
results in the same error being displayed twice, e.g. when raising an
`Exception` manually from `pytest.debugging.pytest_exception_interact`.
2018-10-13 23:56:34 +02:00

2 lines
64 B
ReStructuredText

Fix duplicate printing of internal errors when using ``--pdb``.