Xqt submitted this change.
tests: Update coverage
Change-Id: Ifff792b2df5d16f2f13cb849e043de95882da662
---
M tests/aspects.py
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/aspects.py b/tests/aspects.py
index 8c71a21..27799fd 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 @@
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
To view, visit change 1108161. To unsubscribe, or for help writing mail filters, visit settings.