[Pytest-commit] Issue #647: Automatically stop console output capturing when pudb is used (hpk42/pytest)

vmalloc issues-reply at bitbucket.org
Sun Dec 21 12:51:03 CET 2014


New issue 647: Automatically stop console output capturing when pudb is used
https://bitbucket.org/hpk42/pytest/issue/647/automatically-stop-console-output

vmalloc:

Currently py.test correctly identifies when pdb kicks in and temporarily stops output capturing. This also works for ipdb AFAIK. When trying to use pudb to debug or set_trace in running code, the output capturing is not turned off, thus causing an error. It would be nice for pudb to be recognized as well.




More information about the pytest-commit mailing list