> However, if the user is _not_ using the views (e.g., they're using the > auth.User model, but providing their own login views), there is an > argument to be made for skipping the tests.
Is it safe to say that if we try to reverse('django.contrib.auth.views.password_reset'), we should not run the tests? This would negate the use of urls that was introduced in #7521. The patch you submitted for loading test templates in #7611 seems to complement the use of urls from #7521 in TestCase. I feel it should be both or none. In the latter case, we should simply skip the test case if django.contrib.auth.views.password_reset is not used. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---