Loading tests/staticfiles_tests/tests.py +0 −5 Original line number Diff line number Diff line Loading @@ -43,9 +43,6 @@ TEST_SETTINGS = { 'django.contrib.staticfiles.finders.DefaultStorageFinder', ], 'INSTALLED_APPS': [ 'django.contrib.contenttypes', 'django.contrib.auth', 'django.contrib.admin.apps.SimpleAdminConfig', 'django.contrib.staticfiles', 'staticfiles_tests', 'staticfiles_tests.apps.test', Loading Loading @@ -247,8 +244,6 @@ class TestFindStatic(CollectionTestCase, TestDefaults): searched_locations) self.assertIn(os.path.join('staticfiles_tests', 'apps', 'no_label', 'static'), searched_locations) self.assertIn(os.path.join('django', 'contrib', 'admin', 'static'), searched_locations) # FileSystemFinder searched locations self.assertIn(TEST_SETTINGS['STATICFILES_DIRS'][1][1], searched_locations) self.assertIn(TEST_SETTINGS['STATICFILES_DIRS'][0], searched_locations) Loading Loading
tests/staticfiles_tests/tests.py +0 −5 Original line number Diff line number Diff line Loading @@ -43,9 +43,6 @@ TEST_SETTINGS = { 'django.contrib.staticfiles.finders.DefaultStorageFinder', ], 'INSTALLED_APPS': [ 'django.contrib.contenttypes', 'django.contrib.auth', 'django.contrib.admin.apps.SimpleAdminConfig', 'django.contrib.staticfiles', 'staticfiles_tests', 'staticfiles_tests.apps.test', Loading Loading @@ -247,8 +244,6 @@ class TestFindStatic(CollectionTestCase, TestDefaults): searched_locations) self.assertIn(os.path.join('staticfiles_tests', 'apps', 'no_label', 'static'), searched_locations) self.assertIn(os.path.join('django', 'contrib', 'admin', 'static'), searched_locations) # FileSystemFinder searched locations self.assertIn(TEST_SETTINGS['STATICFILES_DIRS'][1][1], searched_locations) self.assertIn(TEST_SETTINGS['STATICFILES_DIRS'][0], searched_locations) Loading