mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Don't use sebTest() in tests for issue #5815.
This commit is contained in:
parent
e36e8be2ee
commit
bea3534efe
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue