﻿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
27430	`manage.py test` does not support unittest `-b` buffer option	Paul Tiplady	nobody	"Unittest supports buffering of test output, such that passing tests do not spam stdout/stderr with output. This is the default behaviour for nosetests, as well.

I can't see any way to enable this behaviour in `manage.py test`. Has adding support for this flag been considered?

Currently my workaround is to use nosetests (with django-nose), but that test runner appears to be [bugged](https://github.com/django-nose/django-nose/issues/276) WRT the new `--parallel` flag, so it's not a perfect solution."	Uncategorized	new	Testing framework	1.10	Normal				Unreviewed	0	0	0	0	0	0
