Revision 001ad0fe6b24b81ee188389f09da7b754d4f24ff authored by Rasmus Bonnevie on 15 May 2017, 21:25:13 UTC, committed by Rasmus Bonnevie on 15 May 2017, 21:33:42 UTC
1 parent e9275c2
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