﻿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
13394	django.contrib.auth.tests fail with custom Authentication Backends	Tim Child	nobody	"When you are using custom Authentication backend the tests in django.contrib.auth.tests.__test__.FORM_TESTS fail.

{{{

FAIL: Doctest: django.contrib.auth.tests.__test__.FORM_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/test/_doctest.py"", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for django.contrib.auth.tests.__test__.FORM_TESTS
  File ""/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/contrib/auth/tests/__init__.py"", line unknown line number, in FORM_TESTS

----------------------------------------------------------------------
File ""/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/contrib/auth/tests/__init__.py"", line ?, in django.contrib.auth.tests.__test__.FORM_TESTS
Failed example:
    form.is_valid()
Expected:
    False
Got:
    403: Forbidden
    Context: user
    False

}}}

These should obviously not fail, but it would be preferable for a way to override them."	Bug	closed	contrib.auth	dev	Normal	wontfix	Auth, contrib, testing		Accepted	1	0	0	1	0	0
