Revision c5e75748673d77f4c4cc04ca48cb7d7e154c975a authored by frgsimpson on 16 February 2022, 19:15:36 UTC, committed by frgsimpson on 16 February 2022, 19:15:36 UTC
1 parent 0118702
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