Revision 4440a73602afd39a3d00c473aa0790dc6b0e5b5d authored by Artem Artemev on 17 June 2019, 17:34:43 UTC, committed by Artem Artemev on 17 June 2019, 17:34:43 UTC
1 parent 139f833
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