mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
[3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130184)
(cherry picked from commit 2e8044a4f7)
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
This commit is contained in:
parent
4acf03ce65
commit
b85f061b01
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue