Revision cdf3c933ad89b98a64839efdfa41a027338b6d3e authored by Louis Tiao on 04 March 2022, 11:25:01 UTC, committed by GitHub on 04 March 2022, 11:25:01 UTC
1 parent 4bdd8a5
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