Codebase list natsort / a21608b1-0e6c-48a4-8158-b540c2b4fa73/main .coveragerc
a21608b1-0e6c-48a4-8158-b540c2b4fa73/main

Tree @a21608b1-0e6c-48a4-8158-b540c2b4fa73/main (Download .tar.gz)

.coveragerc @a21608b1-0e6c-48a4-8158-b540c2b4fa73/mainraw · 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