#17032: Tests for contrib.auth fail if login signals use templates
-----------------------------------+---------------------------------
     Reporter:  jMyles             |      Owner:  jMyles
         Type:  Bug                |     Status:  new
    Component:  Testing framework  |    Version:  1.3
     Severity:  Normal             |   Keywords:  contrib.auth, tests
 Triage Stage:  Unreviewed         |  Has patch:  1
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+---------------------------------
 The tests for contrib.auth override settings.TEMPLATE_DIRS in order to use
 the test templates, which are obviously required in order to have
 cognizable tests of the login system.

 However, if a project uses the user_logged_in signal to hook a function
 that uses django.template.loader.get_template(), the test will improperly
 raise TemplateDoesNotExist.

 Instead of ovverriding settings.TEMPLATE_DIRS, it makes more sense to
 simply create a new tuple, the first member of which is the location of
 the test templates.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17032>
Django <https://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