Revision 9779e57534c7a6cbf80539028589ffd21c0444da authored by ST John on 29 April 2021, 10:33:24 UTC, committed by ST John on 29 April 2021, 10:33:24 UTC
1 parent baa5139
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