Revision 94949b4c7f37f71a2c5d6c316c33e7b5868ec0a0 authored by ST John on 13 April 2021, 15:45:31 UTC, committed by ST John on 13 April 2021, 15:45:31 UTC
1 parent 0853a66
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