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

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

üst e36e8be2
......@@ -371,7 +371,6 @@ 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)
def test_empty(self):
......
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