Skip to content

Commit

Permalink
tests: Update coverage
Browse files Browse the repository at this point in the history
Change-Id: Ifff792b2df5d16f2f13cb849e043de95882da662
  • Loading branch information
xqt committed Jan 4, 2025
1 parent 03f149d commit 7af8f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/aspects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7af8f79

Please # to comment.