mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue 19572: More silently skipped tests explicitly skipped.
This commit is contained in:
parent
774f909489
commit
9fe6d86709
34 changed files with 122 additions and 134 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue