Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/787852 )
Change subject: [tests] ecoreality.org no longer exists ...................................................................... [tests] ecoreality.org no longer exists see: http://www.ecoreality.org/ Change-Id: Ibb874e0ad28149b2e7bf4f40833402254732dad6 --- M tests/site_detect_tests.py 1 file changed, 0 insertions(+), 15 deletions(-) Approvals: Matěj Suchánek: Looks good to me, approved Xqt: Verified; Looks good to me, approved diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py index 0b3b67f..36caffa 100755 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -115,13 +115,6 @@ """Test detection of MediaWiki sites for www.wikifon.org.""" self.assertNoSite('http://www.wikifon.org/$1') # v1.11.0 - def test_ecoreality(self): - """Test detection of MediaWiki sites for www.ecoreality.org. - - api.php is not available. Anyway the wiki is outdated. - """ - self.assertNoSite('http://ecoreality.org/wiki/$1') # v1.16.2 - class PreAPISiteTestCase(SiteDetectionTestCase): @@ -156,14 +149,6 @@ """ self.assertNoSite('http://wikisophia.org/index.php?title=$1') - def test_ecoreality(self): - """Test detection of MediaWiki sites for www.EcoReality.org. - - api.php is not available. HTML looks like it has an API, but redirect - rules prevent access. - """ - self.assertNoSite('http://EcoReality.org/wiki/$1') - class FailingSiteTestCase(SiteDetectionTestCase): -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/787852 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: Ibb874e0ad28149b2e7bf4f40833402254732dad6 Gerrit-Change-Number: 787852 Gerrit-PatchSet: 5 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Matěj Suchánek <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
