Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108161?usp=email )

Change subject: tests: Update coverage
......................................................................

tests: Update coverage

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

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1108161?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ifff792b2df5d16f2f13cb849e043de95882da662
Gerrit-Change-Number: 1108161
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to