Revision 55188f2944dbdeb69b1bc6571315062630f2d436 authored by hugh on 19 June 2017, 14:55:05 UTC, committed by hugh on 19 June 2017, 14:55:05 UTC
1 parent f44bc7d
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