﻿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
21739	When running tests fixture error output isn't visible	camilo.lopez.a@…		"Hi, 
On django 1.6, I'm running the command:

python manage.py test -v 2

One of my tests has a fixture and it seems that there is an issue with that, because no data is loaded and it's failing silently.
I was looking at the code of /django/test/testcase.py and I found this:
{{{
                call_command('loaddata', *self.fixtures,
                             **{'verbosity': 0, 'database': db_name, 'skip_validation': True})
}}}
So, verbosity is 0, hardcoded. 
Shouldn't inherit the verbosity from the test command in manage.py somehow?



"	Bug	new	Testing framework	1.6	Normal		test fixture verbosity	camilo.lopez.a@…	Accepted	1	0	0	1	0	0
