Skip to content

Increase coverage of json module #115692

Description

@hugovk

I'll open a PR to increase some test coverage, following https://devguide.python.org/testing/coverage/

For my own reference, here's a one-liner to run tests and generate HTML coverage report:

python -m coverage run --pylib --branch --source=json Lib/test/regrtest.py test_json -v && python -m coverage html -i --include="Lib/*" --omit="Lib/test/*,Lib/*/tests/*"

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsTests in the Lib/test dir

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions