﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7798	django.contrib.auth.tests.PasswordResetTest.test_email_not_found fails when using auth models but using a different view for password reset	santiago_aguiar	devin	"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.
"		closed	Testing framework	dev		duplicate		devin@…	Unreviewed	0	0	0	0	0	0
