Revision 332b50d164b504cdb8f766c171cf147458a0b074 authored by Vincent ADAM on 18 February 2019, 16:24:13 UTC, committed by Vincent ADAM on 18 February 2019, 16:24:13 UTC
1 parent b0fb55d
.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

Computing file changes ...