Files
pytest2/changelog/4854.feature.rst
2019-03-29 11:13:38 +01:00

6 lines
263 B
ReStructuredText

The ``--pdb-skip`` option can now be used to ignore calls to
``pdb.set_trace()`` (and ``pytest.set_trace()``).
This is meant to help while debugging, where you want to use e.g. ``--pdb`` or
``--trace`` only, or just run the tests again without any interruption.