Revision 79b99e7311e3e44c05a89d6ea371795762fea832 authored by vdutor on 04 February 2019, 16:01:34 UTC, committed by vdutor on 04 February 2019, 16:01:34 UTC
1 parent c13d8be
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