#7798: django.contrib.auth.tests.PasswordResetTest.test_email_not_found fails when using auth models but using a different view for password reset ------------------------------+--------------------------------------------- Reporter: santiago_aguiar | Owner: nobody Status: new | Milestone: Component: Unit test system | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------+--------------------------------------------- I changed the way password_reset is handled by mapping /password_reset/ to may own view un urlconf and the test started failing since it expects that URL to behave like the stock auth app (and even return a specific error message).
I think the issue goes deep, since external included apps test cases should not perform tests as HTTP clientes (since they don't know how the application that is using the external app actually handles does URLs) or skip them when running as included from another app. I add the issue under unit test system since even if this particular case is in the contrib.auth app, the problem will surface again if the same testing method is used. -- Ticket URL: <http://code.djangoproject.com/ticket/7798> Django Code <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 -~----------~----~----~----~------~----~------~--~---
