Moved contrib.redirects tests out of contrib.

This commit is contained in:
Tim Graham 2015-02-10 08:41:45 -05:00
parent b3cd9e0d07
commit 00da46091a
3 changed files with 5 additions and 4 deletions

View file

@ -66,6 +66,7 @@ ALWAYS_MIDDLEWARE_CLASSES = [
# before its application was loaded."
CONTRIB_TESTS_TO_APPS = {
'flatpages_tests': 'django.contrib.flatpages',
'redirects_tests': 'django.contrib.redirects',
}
@ -149,6 +150,7 @@ def setup(verbosity, test_labels):
'auth': 'django.contrib.auth.tests.migrations',
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
'flatpages_tests': 'django.contrib.flatpages.migrations',
'redirects_tests': 'django.contrib.redirects.migrations',
}
if verbosity > 0: