1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed reference to nonexistent collectstatic --exclude-dirs option.

This commit is contained in:
Chris Jerdonek
2021-08-12 01:28:32 -04:00
committed by Mariusz Felisiak
parent 7800596924
commit faf6d48590

View File

@@ -311,10 +311,10 @@ class TestInteractiveMessages(CollectionTestCase):
call_command('collectstatic', interactive=True)
class TestCollectionExcludeNoDefaultIgnore(TestDefaults, CollectionTestCase):
class TestCollectionNoDefaultIgnore(TestDefaults, CollectionTestCase):
"""
Test ``--exclude-dirs`` and ``--no-default-ignore`` options of the
``collectstatic`` management command.
The ``--no-default-ignore`` option of the ``collectstatic`` management
command.
"""
def run_collectstatic(self):
super().run_collectstatic(use_default_ignore_patterns=False)