Revision b5855baec148da0a3c756b6d6e5c83390444a4d4 authored by John Mcleod on 15 April 2021, 15:59:36 UTC, committed by GitHub on 15 April 2021, 15:59:36 UTC
2 parent s ff4bb90 + 9f50087
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top