diff options
Diffstat (limited to 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 97e911eb5..7981dd7a9 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,13 +1,4 @@ -""" - test_config - ~~~~~~~~~~~ - - Test the sphinx.config.Config class and its handling in the - Application class. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the sphinx.config.Config class.""" from unittest import mock |