Opened 12 years ago
Closed 12 years ago
#19776 closed Uncategorized (fixed)
test fails in git stable/1.5.x branch
Description ¶
This test wasn't failing just the other day, so probably only just introduced.
ERROR: test_authenticate (django.contrib.auth.tests.auth_backends.CustomUserModelBackendAuthenticateTest)
Traceback (most recent call last):
File "/home/rob/Projects/django15-env/eve/venv/local/lib/python2.7/site-packages/django/contrib/auth/tests/auth_backends.py", line 205, in test_authenticate
authenticated_user = authenticate(email='test@…', password='test')
NameError: global name 'authenticate' is not defined
In 830b9fde460cedeb9a9a52e11a2d456d08c5198f: