﻿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
14986	TestCase: increase verbosity for TestCase.fixtures usage	carsten	nobody	"django.test.TestCase should ouput its usage of the fixtures attr: what fixtures got installed for the currently running testcase? How many objects did they install?
TestCase currently wont even inform the user of installed fixtures even when --verbosity=2 is being used.

I'm pretty new to testing and was spending several hours(!) until I finally realised that my fixtures got imported just fine all the time by querying the imported models ; )

As a new TestCase user, the verbosity of syncdb when running the test:

{{{ Installing json fixture 'initial_data' from ..  }}}

just made me think that there was a problem with my testing fixtures. IMO, this should be output in a consistent way.
"		closed	Testing framework	1.2		wontfix	fixtures		Unreviewed	0	0	0	0	0	0
