diff options
Diffstat (limited to 'tests/test_roles.py')
-rw-r--r-- | tests/test_roles.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_roles.py b/tests/test_roles.py index a7e936376..67a13c8ef 100644 --- a/tests/test_roles.py +++ b/tests/test_roles.py @@ -1,12 +1,4 @@ -""" - test_roles - ~~~~~~~~~~ - - Test sphinx.roles - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test sphinx.roles""" from unittest.mock import Mock |