Revision 3cf5386eb8f020f0129c525c47b0575016f75e88 authored by Artem Artemev on 25 June 2019, 10:38:41 UTC, committed by Artem Artemev on 25 June 2019, 10:38:41 UTC
1 parent e9b5da1
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