Revision 797a442793dfe9428e07a38e707a9e96c2661a6b authored by ST John on 07 June 2017, 13:53:18 UTC, committed by ST John on 07 June 2017, 13:53:18 UTC
1 parent 11d41d2
Raw File
.coveragerc
[report]
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