﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32560	Make --pdb cooperate with --buffer	Adam Johnson	nobody	"When running `test --buffer --pdb`, a failure will open pdb but its output isn't seen:

{{{
$ ./manage.py test --buffer --pdb
Testing against Django installed in '/Users/chainz/Documents/Projects/django/django'
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
...............F
}}}

Since `stdin` isn't patched, one can enter commands into PDB but not see the output, which is kind of useless. It's also really unclear how to recover, since Ctrl-C doesn't work on the PDB prompt.

The solution would be to undo `--buffer`'s patching before opening PDB."	Bug	closed	Testing framework	3.1	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
