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 361083b commit 2e8044aCopy full SHA for 2e8044a
Lib/test/test_gettext.py
@@ -402,7 +402,7 @@ def test_plural_context_forms_null_translations(self):
402
numbers_only=False)
403
404
405
-class PluralFormsInternalTestCase:
+class PluralFormsInternalTestCase(unittest.TestCase):
406
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
407
408
def test_ja(self):
0 commit comments