From 7af8f79fea2b238397fae2078d9bece216785bc4 Mon Sep 17 00:00:00 2001
From: xqt <info@gno.de>
Date: Sat, 4 Jan 2025 14:33:42 +0100
Subject: [PATCH] tests: Update coverage

Change-Id: Ifff792b2df5d16f2f13cb849e043de95882da662
---
 tests/aspects.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/aspects.py b/tests/aspects.py
index 8c71a21b68..27799fd91d 100644
--- a/tests/aspects.py
+++ b/tests/aspects.py
@@ -4,7 +4,7 @@
 such as API result caching and excessive test durations.
 """
 #
-# (C) Pywikibot team, 2014-2024
+# (C) Pywikibot team, 2014-2025
 #
 # Distributed under the terms of the MIT license.
 #
@@ -705,7 +705,7 @@ def wrapped_method(self):
                 wrapped_method.__doc__ = removesuffix(func.__doc__, '.')
                 wrapped_method.__doc__ += ' on ' + sitename
             else:
-                wrapped_method.__doc__ = 'Test ' + sitename
+                wrapped_method.__doc__ = 'Test ' + sitename  # pragma: no cover
 
             return wrapped_method