Revision c95a82cf409894deb6b402dc174f7d1a0a5e888f authored by Rasmus Bonnevie on 08 March 2017, 21:57:39 UTC, committed by Rasmus Bonnevie on 08 March 2017, 21:57:39 UTC
1 parent 47a7841
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