Kaydet (Commit) bea3534e authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Don't use sebTest() in tests for issue #5815.

üst e36e8be2
......@@ -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('', '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment