python-plexapi/.coveragerc

9 lines
185 B
Text
Raw Normal View History

2017-01-28 23:41:45 +00:00
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
2017-01-29 21:22:48 +00:00
raise Unsupported
except ImportError
2017-01-28 23:41:45 +00:00
def __repr__
2017-01-29 21:22:48 +00:00
def __bool__
2017-01-28 23:41:45 +00:00
if __name__ == .__main__.: