pygettext: Improve test coverage
Open
@StanFromIreland is already working on this.
Since Feb 24, 2025.
tests
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 35.9k
- PR merge metrics
- PR metrics pending
Description
Options that should be tested:
- --extract-all (NO-OP, deprecated since 3.14)
- --add-comments
- --default-domain
- --escape
- --docstrings
- --help
- --keyword
- --no-default-keywords
- --no-location
- --add-location
- --output
- --output-dir
- --style stylename
- --verbose
- --version
- --width
- --exclude-file
- --no-docstrings
- https://github.com/python/cpython/pull/133021 (Renames to exclude-docstrings)
Linked PRs
- gh-130198
- gh-131381
- gh-131902
- gh-132032
- gh-132033
- gh-132244
- gh-133021
- gh-133022
- gh-133041
- gh-133048
- gh-133255
- gh-133266
- gh-133309
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.