Revision e3c3f964143f3bc158f1ec7db2e14828dadc51d0 authored by James Hensman on 07 October 2019, 13:17:17 UTC, committed by st-- on 07 October 2019, 13:17:17 UTC
1 parent 2974b94
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