Files
pytest2/testing
Daniel Hahler 92a2884b09 pdb: support kwargs with pdb.set_trace
This handles `header` similar to Python 3.7 does it, and forwards any
other keyword arguments to the Pdb constructor.

This allows for `__import__("pdb").set_trace(skip=["foo.*"])`.

Fixes https://github.com/pytest-dev/pytest/issues/4416.
2018-11-19 13:04:14 +01:00
..
2018-05-23 16:48:46 +02:00
2018-11-09 02:03:44 +01:00
2018-11-07 18:32:23 -02:00