helium/helium-python

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[report]
exclude_lines =
  pragma: no cover

    # Don't complain about debug code
    def __repr__

show_missing = True
[run]
omit =
     tests/*