Revision 705380d5e010d0953be20b93bdd5c7f77ad0e1c3 authored by st-- on 01 October 2019, 15:39:35 UTC, committed by Artem Artemev on 01 October 2019, 15:39:35 UTC
1 parent a39317b
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