Revision 3f4604ba68504a8765333ef4724cf658f7bc6b5a authored by John Mcleod on 26 October 2021, 09:28:09 UTC, committed by GitHub on 26 October 2021, 09:28:09 UTC
2 parent s 6aab4fb + 5442883
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