]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)
authorTomas R. <tomas.roun8@gmail.com>
Sun, 16 Feb 2025 12:14:37 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2025 12:14:37 +0000 (14:14 +0200)
Lib/test/test_gettext.py

index e517c9d5c2a53f3780c9013cd7ce7c4a1ad6a370..dd00e8498962fe156b7b93d39e2ac859cb2077e5 100644 (file)
@@ -402,7 +402,7 @@ class GNUTranslationsClassPluralFormsTestCase(PluralFormsTests, GettextBaseTest)
             numbers_only=False)
 
 
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
     # Examples from http://www.gnu.org/software/gettext/manual/gettext.html
 
     def test_ja(self):