Revision 73be334e7e98144f282822aea89266d800800ea5 authored by ST John on 24 March 2022, 13:41:58 UTC, committed by ST John on 24 March 2022, 13:41:58 UTC
1 parent 0b63b62
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