swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 5c6db887bc41fed00600bb1a8c78eaa4737274c8 authored by Alessandro Vullo on 18 January 2021, 15:34:33 UTC
Reformatting.
Tip revision: 5c6db88
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top