Issue 19572: More silently skipped tests explicitly skipped.

This commit is contained in:
Zachary Ware 2013-12-08 00:20:35 -06:00
parent 774f909489
commit 9fe6d86709
34 changed files with 122 additions and 134 deletions

View file

@ -73,7 +73,7 @@ class TestBase:
def test_xmlcharrefreplace(self):
if self.has_iso10646:
return
self.skipTest('encoding contains full ISO 10646 map')
s = "\u0b13\u0b23\u0b60 nd eggs"
self.assertEqual(
@ -83,7 +83,7 @@ class TestBase:
def test_customreplace_encode(self):
if self.has_iso10646:
return
self.skipTest('encoding contains full ISO 10646 map')
from html.entities import codepoint2name