Revision 44989ecc43ccd653cd9b71660ebb0d1fc9f300d9 authored by Artem Artemev on 13 August 2019, 21:55:51 UTC, committed by GitHub on 13 August 2019, 21:55:51 UTC
1 parent 125846f
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