Revision 804435b96790942f2d7cd922c4b2498f30963147 authored by Alexander G. de G. Matthews on 29 June 2016, 15:24:25 UTC, committed by GitHub on 29 June 2016, 15:24:25 UTC
2 parent s 70ca464 + 86a4ac5
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__.:
back to top