8000 gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) · miss-islington/cpython@d2898c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2898c9

Browse files
tomasr8miss-islington
authored andcommitted
pythongh-130177: Fix unintentionally skipped tests in test_gettext (pythonGH-130178)
(cherry picked from commit 2e8044a) Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
1 parent 4acf03c commit d2898c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def test_plural_context_forms_null_translations(self):
450450
numbers_only=False)
451451

452452

453-
class PluralFormsInternalTestCase:
453+
class PluralFormsInternalTestCase(unittest.TestCase):
454454
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html
455455

456456
def test_ja(self):

0 commit comments

Comments
 (0)
0