Revision 0c7c67eaaec0b062efea92f91c532c6dadc668d0 authored by Rasmus Bonnevie on 05 May 2017, 06:27:09 UTC, committed by Rasmus Bonnevie on 05 May 2017, 06:27:09 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