mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +00:00
Re-enable test.
This commit is contained in:
parent
22970667da
commit
ff1ef074ed
1 changed files with 1 additions and 4 deletions
|
|
@ -17,10 +17,7 @@ class PEP3131Test(unittest.TestCase):
|
||||||
|
|
||||||
def test_non_bmp_normalized(self):
|
def test_non_bmp_normalized(self):
|
||||||
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
|
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
|
||||||
try:
|
self.assertIn("Unicode", dir())
|
||||||
self.assertIn("Unicode", dir())
|
|
||||||
except AssertionError:
|
|
||||||
raise unittest._ExpectedFailure("doesn't work yet")
|
|
||||||
|
|
||||||
def test_invalid(self):
|
def test_invalid(self):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue