chrislit/abydos

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
source = abydos
omit =
    */tests/*
parallel = True
branch = True

[report]
exclude_lines =
    pragma: no cover
    if __name__ == .__main__.: