Revision b83f1247a3a275c5ec83f1bfab68c559f301d9a1 authored by vdutor on 13 May 2020, 07:49:01 UTC, committed by vdutor on 13 May 2020, 07:49:01 UTC
2 parent s 5e599fb + 49ffbcf
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