diff options
Diffstat (limited to 'tests/test_build_changes.py')
-rw-r--r-- | tests/test_build_changes.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_build_changes.py b/tests/test_build_changes.py index 65307ba92..a4a07619b 100644 --- a/tests/test_build_changes.py +++ b/tests/test_build_changes.py @@ -1,12 +1,4 @@ -""" - test_build_changes - ~~~~~~~~~~~~~~~~~~ - - Test the ChangesBuilder class. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the ChangesBuilder class.""" import pytest |