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