diff options
Diffstat (limited to 'tests/test_domain_std.py')
-rw-r--r-- | tests/test_domain_std.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_domain_std.py b/tests/test_domain_std.py index 00e7361a3..e92030517 100644 --- a/tests/test_domain_std.py +++ b/tests/test_domain_std.py @@ -1,12 +1,4 @@ -""" - test_domain_std - ~~~~~~~~~~~~~~~ - - Tests the std domain - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Tests the std domain""" from unittest import mock |