django1/django/contrib/auth/tests
Carl Meyer 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.

Refs #11077, #17032, and #18670.
2013-05-10 23:08:45 -04:00
..
templates Fixed #19354 -- Do not assume usermodel.pk == usermodel.id 2012-11-29 21:45:43 +01:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_auth_backends.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_basic.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_context_processors.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_custom_user.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_decorators.py Fixed #20114 -- support custom project login_url in tests 2013-04-05 09:03:28 -07:00
test_forms.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_handlers.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_hashers.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_management.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
test_models.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_remote_user.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_signals.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_tokens.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
test_views.py Modified auth to work with unittest2 discovery. 2013-04-02 21:59:45 -06:00
urls.py Fixed #15198 -- pass request to AuthenticationForm 2013-02-23 15:28:49 -08:00
urls_admin.py Fixed #20078: don't allow filtering on password in the user admin. 2013-03-27 11:24:36 -05:00
utils.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00