From ecaa8a2d019cef5a83a8dc0ed1d4ad5c9fc81a72 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 8 Nov 2023 12:00:45 -0800 Subject: Add and refine docstrings in tests folder. --- tests/test_logging.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_logging.py') diff --git a/tests/test_logging.py b/tests/test_logging.py index 5d3aa4c..2fd95cd 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see . +"""Define tests related to the wikiget.logging module.""" + import logging from pathlib import Path @@ -25,6 +27,8 @@ from wikiget.wikiget import parse_args class TestLogging: + """Define tests related to wikiget.logging.configure_logging and FileLogAdapter.""" + logger = logging.getLogger() def test_custom_log_adapter(self, caplog: pytest.LogCaptureFixture) -> None: -- cgit v1.2.3