mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
committed by
Tim Graham
parent
50dddbdfc7
commit
62eb79fc4c
@@ -848,9 +848,10 @@ class TestDefaultStorageFinder(StaticFilesTestCase, FinderTestCase):
|
||||
self.find_all = ('media-file.txt', [test_file_path])
|
||||
|
||||
|
||||
@override_settings(STATICFILES_FINDERS=
|
||||
('django.contrib.staticfiles.finders.FileSystemFinder',),
|
||||
STATICFILES_DIRS=[os.path.join(TEST_ROOT, 'project', 'documents')])
|
||||
@override_settings(
|
||||
STATICFILES_FINDERS=('django.contrib.staticfiles.finders.FileSystemFinder',),
|
||||
STATICFILES_DIRS=[os.path.join(TEST_ROOT, 'project', 'documents')],
|
||||
)
|
||||
class TestMiscFinder(TestCase):
|
||||
"""
|
||||
A few misc finder tests.
|
||||
|
||||
Reference in New Issue
Block a user