Revision 380ce0f4a79b1027f77b3b9c923536461a753c69 authored by ST John on 15 March 2021, 15:56:14 UTC, committed by ST John on 15 March 2021, 15:56:14 UTC
1 parent 984b400
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