jenkins-bot has submitted this change and it was merged.
Change subject: [fix] rename test method due to spelling mistake ......................................................................
[fix] rename test method due to spelling mistake
Bug: T130920 Change-Id: I639d9551e2d3bc04e2831384eaf18d7a013973ef --- M tests/page_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/page_tests.py b/tests/page_tests.py index 9eb7d83..58f1f6b 100644 --- a/tests/page_tests.py +++ b/tests/page_tests.py @@ -613,7 +613,7 @@
@unittest.skipIf(not PY2, 'Python 2 specific test') @unittest.expectedFailure - def test_ASCII_comatible(self): + def test_ASCII_compatible(self): """Test that repr returns ASCII compatible bytes in Python 2.""" page = pywikibot.Page(self.site, 'รค') # Bug T95809, the repr in Python 2 should be decodable as ASCII
pywikibot-commits@lists.wikimedia.org