diff options
Diffstat (limited to 'tests/test_ext_ifconfig.py')
-rw-r--r-- | tests/test_ext_ifconfig.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_ext_ifconfig.py b/tests/test_ext_ifconfig.py index f8f897149..3c4651b3f 100644 --- a/tests/test_ext_ifconfig.py +++ b/tests/test_ext_ifconfig.py @@ -1,12 +1,4 @@ -""" - test_ext_ifconfig - ~~~~~~~~~~~~~~~~~ - - Test sphinx.ext.ifconfig extension. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test sphinx.ext.ifconfig extension.""" import pytest |