Revision 3458f1af69f7b7af701d5e719e61e2c07083ca53 authored by Alessandro Vullo on 15 January 2021, 15:34:00 UTC, committed by Alessandro Vullo on 15 January 2021, 15:34:00 UTC
1 parent dbe09c6
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