Revision a0c7c118f4a70a67ccc7c70e63a99fb3f9db93c5 authored by Vincent Dutordoir on 10 July 2020, 14:11:11 UTC, committed by GitHub on 10 July 2020, 14:11:11 UTC
1 parent d69b17d
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top