Revision d7e6b2134aeddd0782d4a39e2b66fda788a264bc authored by ST John on 18 January 2021, 12:10:10 UTC, committed by ST John on 18 January 2021, 12:10:10 UTC
1 parent b47d114
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