python-plexapi/.coveragerc

9 lines
185 B
Text
Raw Normal View History

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