https://github.com/python/cpython/commit/2e8044a4f74f5fc19e5249139c171403aff0118d
commit: 2e8044a4f74f5fc19e5249139c171403aff0118d
branch: main
author: Tomas R. <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2025-02-16T14:14:37+02:00
summary:
gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)
files:
M Lib/test/test_gettext.py
diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py
index e517c9d5c2a53f..dd00e8498962fe 100644
--- a/Lib/test/test_gettext.py
+++ b/Lib/test/test_gettext.py
@@ -402,7 +402,7 @@ def test_plural_context_forms_null_translations(self):
numbers_only=False)
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
def test_ja(self):
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]