mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Moved contrib.redirects tests out of contrib.
This commit is contained in:
parent
b3cd9e0d07
commit
00da46091a
3 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue