Revision 5a08eb80e36aa90e29077ad042a60d1bce6470ae authored by Artem Artemev on 21 June 2019, 10:40:38 UTC, committed by Artem Artemev on 21 June 2019, 10:40:38 UTC
1 parent c6843bc
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