Revision d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC, committed by GitHub on 28 May 2020, 16:04:34 UTC
1 parent 3ed381c
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