#15561: Factorize settings manipulation in tests -------------------------------+--------------------------- Reporter: claudep | Owner: nobody Status: new | Milestone: Component: Testing framework | Version: SVN Keywords: | Triage Stage: Unreviewed Has patch: 1 | -------------------------------+--------------------------- I found a rather good implementation of django settings altering in the mail regression tests, and found that it could be reused in a lot of other Django tests, and of course in all Django applications.
So I'm proposing to take the alter_django_settings/restore_django_settings functions and the with_django_settings decorator out from regressiontests/mail/tests.py and offer these in general Django test utilities. -- Ticket URL: <http://code.djangoproject.com/ticket/15561> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
