Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/testing')
-rw-r--r--sphinx/testing/__init__.py3
-rw-r--r--sphinx/testing/comparer.py3
-rw-r--r--sphinx/testing/fixtures.py3
-rw-r--r--sphinx/testing/util.py3
4 files changed, 4 insertions, 8 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
index babfde1f5..7798e69f7 100644
--- a/sphinx/testing/__init__.py
+++ b/sphinx/testing/__init__.py
@@ -1,5 +1,4 @@
-"""
- Sphinx test utilities
+"""Sphinx test utilities
You can require sphinx.testing pytest fixtures in a test module or a conftest
file like this:
diff --git a/sphinx/testing/comparer.py b/sphinx/testing/comparer.py
index 577a4d091..e102a52c9 100644
--- a/sphinx/testing/comparer.py
+++ b/sphinx/testing/comparer.py
@@ -1,5 +1,4 @@
-"""
- Sphinx test comparer for pytest
+"""Sphinx test comparer for pytest
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index 69233707c..15ecfb39c 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -1,5 +1,4 @@
-"""
- Sphinx test fixtures for pytest
+"""Sphinx test fixtures for pytest
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py
index 197e802ed..a1b4b8601 100644
--- a/sphinx/testing/util.py
+++ b/sphinx/testing/util.py
@@ -1,5 +1,4 @@
-"""
- Sphinx test suite utilities
+"""Sphinx test suite utilities
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.