Revision b0fb55d06f4e583134b1f307ef4e29f4be8a176d authored by Vincent ADAM on 18 February 2019, 12:09:01 UTC, committed by Vincent ADAM on 18 February 2019, 12:09:01 UTC
2 parent s 746adca + bcaf16e
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