Revision 00ad799a7b58c737c0c11466ddec774c26e4500d authored by ST John on 17 April 2018, 22:37:58 UTC, committed by ST John on 17 April 2018, 22:37:58 UTC
2 parent s 15e4f59 + 2fb4b6d
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