1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.8.x] Moved contrib.redirects tests out of contrib.

Backport of 00da46091a from master
This commit is contained in:
Tim Graham
2015-02-10 08:41:45 -05:00
parent bbe7964185
commit c0f0f93b5d
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',
}
@@ -151,6 +152,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: