Revision 86eebcc92e203010cafdf06eb58e0cec004af4b6 authored by Sergio Pascual on 21 October 2019, 14:44:03 UTC, committed by Sergio Pascual on 21 October 2019, 14:44:03 UTC
2 parent s e56b1a5 + b0ddc6d
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top