jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1166470?usp=email )
Change subject: [tests] enable SiteRandomTestCase for beta sites
......................................................................
[tests] enable SiteRandomTestCase for beta sites
Solved upstream
Bug: T282602
Bug: T345874
Change-Id: Ib80091a2190fa8f5c881ff3d59ead58dbaa8c4f9
---
M tests/site_generators_tests.py
1 file changed, 0 insertions(+), 9 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/tests/site_generators_tests.py b/tests/site_generators_tests.py
index 52e729f..a36749a 100755
--- a/tests/site_generators_tests.py
+++ b/tests/site_generators_tests.py
@@ -1584,15 +1584,6 @@
"""Test random methods of a site."""
- @classmethod
- def setUpClass(cls) -> None:
- """Skip test on beta due to T282602."""
- super().setUpClass()
- site = cls.get_site()
- if site.family.name in ('wpbeta', 'wsbeta'):
- cls.skipTest(cls,
- f'Skipping test on {site} due to T282602')
-
def test_unlimited_small_step(self) -> None:
"""Test site.randompages() continuation.
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1166470?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: Ib80091a2190fa8f5c881ff3d59ead58dbaa8c4f9
Gerrit-Change-Number: 1166470
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]