mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Don't use sebTest() in tests for issue #5815.
This commit is contained in:
parent
e36e8be2ee
commit
bea3534efe
@ -371,8 +371,7 @@ class NormalizeTest(unittest.TestCase):
|
||||
|
||||
def test_locale_alias(self):
|
||||
for localename, alias in locale.locale_alias.items():
|
||||
with self.subTest(locale=(localename, alias)):
|
||||
self.check(localename, alias)
|
||||
self.check(localename, alias)
|
||||
|
||||
def test_empty(self):
|
||||
self.check('', '')
|
||||
|
Loading…
Reference in New Issue
Block a user