Skip to content

Some tests are skipped in test_gettext #130177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tomasr8 opened this issue Feb 16, 2025 · 1 comment
Closed

Some tests are skipped in test_gettext #130177

tomasr8 opened this issue Feb 16, 2025 · 1 comment
Assignees
Labels
3.12 only security fixes 3.13 bugs and security fixes 3.14 bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@tomasr8
Copy link
Member

tomasr8 commented Feb 16, 2025

Bug report

Bug description:

PluralFormsInternalTestCase does not inherit from unittest.TestCase so the test is not picked up:

class PluralFormsInternalTestCase:
# Examples from http://www.gnu.org/software/gettext/manual/gettext.html

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs

@serhiy-storchaka
Copy link
Member

Thanks @tomasr8 for noticing and fixing this.

@serhiy-storchaka serhiy-storchaka added 3.12 only security fixes 3.13 bugs and security fixes 3.14 bugs and security fixes labels Feb 16, 2025
serhiy-storchaka pushed a commit that referenced this issue Feb 16, 2025
serhiy-storchaka pushed a commit that referenced this issue Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 only security fixes 3.13 bugs and security fixes 3.14 bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

2 participants