Revision 0620aa4d4dbf5d47a5b5ee93699be1f9850b2339 authored by Artem Artemev on 20 October 2018, 09:46:45 UTC, committed by Artem Artemev on 20 October 2018, 09:46:45 UTC
1 parent 732b0ce
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