The debugging.py calls post_mortem() on error and pdb will drops an interactive debugger when the stdin is a readable fd.
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Set ``stdin`` to a closed ``PIPE`` in ``pytester.py.Testdir.popen()`` for avoid unwanted interactive ``pdb``
|