Revision 7e5542232f81ce492bf7befab9f18f10f32a6742 authored by st-- on 28 January 2019, 16:32:15 UTC, committed by GitHub on 28 January 2019, 16:32:15 UTC
The available Python logging levels are as written now in the file:
https://docs.python.org/3/library/logging.html#levels
1 parent f78ade1
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