Revision abfa31eabf2f62d0754e4178065cc8a68d78a25c authored by ST John on 20 June 2019, 12:25:31 UTC, committed by ST John on 20 June 2019, 12:25:31 UTC
1 parent a618e71
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top