Revision 4401562bb8886713a1ccaaec43d54b2ddddac288 authored by Rasmus Bonnevie on 31 January 2017, 22:36:41 UTC, committed by Rasmus Bonnevie on 31 January 2017, 22:36:41 UTC
1 parent 691682d
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