Revision 1103ca51c20fe6ebfc1f9747825bcd45b5aa37a2 authored by Vincent Adam on 04 February 2019, 17:01:55 UTC, committed by Vincent Adam on 04 February 2019, 17:01:55 UTC
1 parent 610c4c5
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