Revision 4030732d2dccbf51822ed62153503144398d320d authored by ST John on 24 January 2020, 23:40:35 UTC, committed by ST John on 24 January 2020, 23:40:35 UTC
1 parent 8a73e6d
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