1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

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

Backport of 664c038f2c from master
This commit is contained in:
Tim Graham
2015-02-16 15:54:00 -05:00
parent fb9551189d
commit ad2c6a756b
5 changed files with 42 additions and 44 deletions

View File

@@ -146,7 +146,7 @@ def setup(verbosity, test_labels):
# these 'tests.migrations' modules don't actually exist, but this lets
# us skip creating migrations for the test models.
'auth': 'django.contrib.auth.tests.migrations',
'contenttypes': 'django.contrib.contenttypes.tests.migrations',
'contenttypes': 'contenttypes_tests.migrations',
}
if verbosity > 0: