Revision 8a412f6c027f4ed82051b223c58483f989ccb3f6 authored by Artem Artemev on 12 April 2018, 10:05:11 UTC, committed by GitHub on 12 April 2018, 10:05:11 UTC
2 parent s eb6a269 + 46c8784
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