Revision 050bf0d7c8f1cfc70f35efc6a48b96f8ff5d50b5 authored by alexggmatthews on 27 June 2016, 11:16:48 UTC, committed by alexggmatthews on 27 June 2016, 11:16:48 UTC
1 parent 1eb9707
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