Revision 89a4a89c31c75cf561a952c4d7fff76c3297b282 authored by Alexander G. de G. Matthews on 16 February 2017, 18:14:06 UTC, committed by GitHub on 16 February 2017, 18:14:06 UTC
1 parent 71019ad
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