Revision 1648c761bc21b64530fc1817a848e13e6a55760c authored by vdutor on 28 March 2018, 11:10:41 UTC, committed by vdutor on 28 March 2018, 11:10:41 UTC
2 parent s 1a02b22 + c283fec
Raw File
.coveragerc
[report]
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