Revision 95bf01cab650bf6d58330bf2ad00a1946f21ea11 authored by ST John on 15 March 2021, 15:00:40 UTC, committed by ST John on 15 March 2021, 15:43:36 UTC
1 parent f691dbd
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