Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/831875 )
Change subject: [coverage] update coverage exceptions
......................................................................
[coverage] update coverage exceptions
Change-Id: Id337a663284e7db13b6c899aef9ae3dfe8aa5561
---
M tests/api_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/tests/api_tests.py b/tests/api_tests.py
index 2a58862..30b629a 100755
--- a/tests/api_tests.py
+++ b/tests/api_tests.py
@@ -295,7 +295,7 @@
def test_new_mode(self):
"""Test the new modules-only mode explicitly."""
site = self.get_site()
- if site.mw_version < '1.25wmf4': # pragma: no cover
+ if site.mw_version < '1.25wmf4':
self.skipTest(
"version {} doesn't support the new paraminfo api"
.format(site.mw_version))
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/831875
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id337a663284e7db13b6c899aef9ae3dfe8aa5561
Gerrit-Change-Number: 831875
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]