#17966: Tests fail with trivial usage of AUTH_PROFILE_MODULE ------------------------------+------------------------------------ Reporter: slacy | Owner: nobody Type: Bug | Status: new Component: contrib.auth | Version: 1.4 Severity: Normal | Resolution: Keywords: | Triage Stage: Accepted Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 ------------------------------+------------------------------------ Changes (by aaugustin):
* component: Uncategorized => contrib.auth * type: Uncategorized => Bug * stage: Unreviewed => Accepted Comment: I can see how this happened -- mixing `override_settings` and code to achieve the same effect manually in `setUp` and `tearDown` probably isn't a good idea. We should refactor the test suite to use `override_settings` consistently. This is a much broader effort than fixing this specific bug. It's also a n-th instance of the usual problem: "tests of contrib apps aren't sufficiently isolated"... -- Ticket URL: <https://code.djangoproject.com/ticket/17966#comment:5> 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.