#20349: Don't load test suite when not testing
--------------------------------------+------------------------------------
     Reporter:  CollinAnderson        |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Testing framework     |                  Version:  1.5
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  1                     |  Patch needs improvement:  1
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by claudep):

 The problem when moving the signal definition in
 `django/contrib/auth/tests` is that many test cases outside of auth tests
 are overriding the PASSWORD_HASHERS setting (see [8fad77da9597e0dd9fc]),
 and then the signal is not installed for those tests.

 An argument for moving auth to core?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20349#comment:7>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.196ed0e9ca1c59864611dccbfe78193c%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to