django1/django/contrib/auth/tests
Marc Tamlyn 2607fa9016 Fixed #21774 -- Isolate all test urls from eachother.
This (nearly) completes the work to isolate all the test modules from
each other. This is now more important as importing models from another
module will case PendingDeprecationWarnings if those modules are not in
INSTALLED_APPS. The only remaining obvious dependencies are:

- d.c.auth depends on d.c.admin (because of the is_admin flag to some
  views), but this is not so important and d.c.admin is in
  always_installed_apps
- test_client_regress depends on test_client. Eventually these should
  become a single module, as the split serves no useful purpose.
2014-01-14 15:43:27 +00:00
..
templates Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
custom_user.py Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
test_auth_backends.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_basic.py Added Apps.clear_cache(). 2013-12-29 20:43:10 +01:00
test_context_processors.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_decorators.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
test_forms.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_handlers.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_hashers.py Fixed #21535 -- Fixed password hash iteration upgrade. 2013-11-30 14:18:37 -05:00
test_management.py Changed get_validation_errors to use an app config. 2013-12-29 21:48:58 +01:00
test_models.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_remote_user.py Fixed #21250 -- Made HTTP auth user header configurable in tests 2013-12-14 13:02:56 -05:00
test_signals.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_templates.py Fixed #21774 -- Isolate all test urls from eachother. 2014-01-14 15:43:27 +00:00
test_tokens.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
test_views.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
urls.py Fixed #21774 -- Isolate all test urls from eachother. 2014-01-14 15:43:27 +00: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 Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00