#12682: testcase not loading fixtures, no error message shown ------------------------------------------+--------------------------------- Reporter: forgacs.att...@gmail.com | Owner: nobody Status: new | Milestone: Component: Testing framework | Version: 1.1 Keywords: fixture testcase not loading | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- class SimpleTest(TestCase): fixtures = ['testvectors.json', 'testusers']
1. Verbosity is set to "2" 2. fixtures reside in directory called "fixtures" 3. loaddata works ! 4. using JSON fixtures. Problem: When running test case fixtures are not loaded, no error message is shown. In fact, the word testvectors are not even present in the log. The only thing that the testcase wants to load is the initial_data which is nonexistent. -- Ticket URL: <http://code.djangoproject.com/ticket/12682> 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.