mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
c31db74fca
Fix coverage report
19 lines
320 B
INI
19 lines
320 B
INI
[run]
|
|
omit = */site-packages/plexapi/*
|
|
|
|
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
raise Unsupported
|
|
raise Exception
|
|
except ImportError
|
|
except BadRequest
|
|
def __repr__
|
|
def __bool__
|
|
def __iter__
|
|
def __hash__
|
|
def __len__
|
|
if __name__ == .__main__.:
|