8000 [3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (… · python/cpython@b85f061 · GitHub
[go: up one dir, main page]

Skip to content

Commit b85f061

Browse files
[3.12] gh-130177: Fix unintentionally skipped tests in test_gettext (GH-130178) (GH-130184)
(cherry picked from commit 2e8044a) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
1 parent 4acf03c commit b85f061

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