Revision 0b63b62f43a1fe991257e4b93457d8c06fd84276 authored by ST John on 24 March 2022, 13:41:31 UTC, committed by ST John on 24 March 2022, 13:41:31 UTC
2 parent s 0da49fa + 87c4e73
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