mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178)
This commit is contained in:
parent
361083b84b
commit
2e8044a4f7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue