We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acf03c commit d2898c9Copy full SHA for d2898c9
Lib/test/test_gettext.py
@@ -450,7 +450,7 @@ def test_plural_context_forms_null_translations(self):
450
numbers_only=False)
451
452
453
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
454
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
455
456
def test_ja(self):
0 commit comments