Codebase list natsort / 394d3f21-af5c-415b-8e22-485866a9b7f3/upstream/8.3.1 .coveragerc
394d3f21-af5c-415b-8e22-485866a9b7f3/upstream/8.3.1

Tree @394d3f21-af5c-415b-8e22-485866a9b7f3/upstream/8.3.1 (Download .tar.gz)

.coveragerc @394d3f21-af5c-415b-8e22-485866a9b7f3/upstream/8.3.1raw · history · blame

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplementedError
    raise$

    # Don't complain if non-runnable code isn't run:
    if 0:
    if __name__ == .__main__.:

ignore_errors = True