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.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to