Closed
Description
Since none of currently active core-devs have deep expertise in argparse
, but we still need to fix bugs in this module. The best way to start is to add more tests and increase the coverage of this module.
Right now it has a pretty solid coverage of 97%
You can get this yourself:
# compile python, create and activate venv, then:
./python.exe -m pip install coverage
coverage run --pylib --branch --source=argparse -m test -v test_argparse
coverage html
Here's the initial (current) state report. argparse_coverage.tar.gz
Any help is welcome :)
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Doc issues