Revision 48521b03f00abade0f32c049844835cb3fc9897f authored by Fergus on 01 April 2022, 13:13:35 UTC, committed by GitHub on 01 April 2022, 13:13:35 UTC
2 parent s bbba287 + 075fd3e
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