Revision 5e92b2ee89800255930dcf41f7983130d278a6f4 authored by william cowley on 15 October 2021, 15:32:03 UTC, committed by william cowley on 15 October 2021, 15:32:03 UTC
1 parent 702278c
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