#10637: Documentation of fixture loading misleading
---------------------------+------------------------------------------------
 Reporter:  arkx           |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 Django documentation at
 http://docs.djangoproject.com/en/dev/topics/testing/#fixture-loading says
 this about fixture placement:

 ''Once you've created a fixture and placed it somewhere in your Django
 project, you can use it in your unit tests by specifying a fixtures class
 attribute on your django.test.TestCase subclass.''

 However, this is wrong: Django looks specifically at fixtures/
 subdirectory in each app. The word "somewhere" is too ambiguous -- the
 exact behaviour of Django should be documented here.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10637>
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-updates@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