Removed reference to nonexistent collectstatic --exclude-dirs option.
This commit is contained in:
parent
7800596924
commit
faf6d48590
|
@ -311,10 +311,10 @@ class TestInteractiveMessages(CollectionTestCase):
|
||||||
call_command('collectstatic', interactive=True)
|
call_command('collectstatic', interactive=True)
|
||||||
|
|
||||||
|
|
||||||
class TestCollectionExcludeNoDefaultIgnore(TestDefaults, CollectionTestCase):
|
class TestCollectionNoDefaultIgnore(TestDefaults, CollectionTestCase):
|
||||||
"""
|
"""
|
||||||
Test ``--exclude-dirs`` and ``--no-default-ignore`` options of the
|
The ``--no-default-ignore`` option of the ``collectstatic`` management
|
||||||
``collectstatic`` management command.
|
command.
|
||||||
"""
|
"""
|
||||||
def run_collectstatic(self):
|
def run_collectstatic(self):
|
||||||
super().run_collectstatic(use_default_ignore_patterns=False)
|
super().run_collectstatic(use_default_ignore_patterns=False)
|
||||||
|
|
Loading…
Reference in New Issue