Revision 0536023d455929ca3bb1112a82f2798421272718 authored by Artem Artemev on 26 March 2019, 12:05:38 UTC, committed by Artem Artemev on 26 March 2019, 12:05:38 UTC
2 parent s 648ccff + c47d8f5
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