#14986: TestCase: increase verbosity for TestCase.fixtures usage
-------------------------------+--------------------------------------------
 Reporter:  carsten            |       Owner:  nobody    
   Status:  new                |   Milestone:            
Component:  Testing framework  |     Version:  1.2       
 Keywords:  fixtures           |       Stage:  Unreviewed
Has_patch:  0                  |  
-------------------------------+--------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14986>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to