| Magul created this task. Magul added projects: Pywikibot-core, Pywikibot-tests. |
TASK DESCRIPTION
____________________ SiteDetectionTestCase.test_detect_site ____________________
self = <tests.site_detect_tests.SiteDetectionTestCase testMethod=test_detect_site>
def test_detect_site(self):
"""Test detection of MediaWiki sites."""
self.assertSite('http://www.hrwiki.org/index.php/$1') # v 1.15
self.assertSite('http://www.proofwiki.org/wiki/$1')
self.assertSite(
'http://www.ck-wissen.de/ckwiki/index.php?title=$1')
self.assertSite('http://en.citizendium.org/wiki/$1')
self.assertSite(
'http://www.lojban.org/tiki/tiki-index.php?page=$1')
self.assertSite('http://www.wikichristian.org/index.php?title=$1')
self.assertSite('https://en.wikifur.com/wiki/$1')
self.assertSite('http://bluwiki.com/go/$1')
self.assertSite('http://kino.skripov.com/index.php/$1')
> self.assertAllPass()
tests/site_detect_tests.py:183:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/site_detect_tests.py:115: in assertAllPass
self.assertEqual(set(self.passes), set(self.all) - set(self.skips))
E AssertionError: Items in the second set but not the first:
E 'http://www.wikichristian.org/index.php?title=$1'See: https://travis-ci.org/wikimedia/pywikibot-core/jobs/177955824#L6321-L6345
TASK DETAIL
EMAIL PREFERENCES
To: Magul
Cc: pywikibot-bugs-list, Aklapper, Magul, MayS, Mdupont, JJMC89, jayvdb, Dalba, Masti, Alchimista, Rxy
Cc: pywikibot-bugs-list, Aklapper, Magul, MayS, Mdupont, JJMC89, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
