Files
python-gpiozero/coverage.cfg
Dave Jones 1f2140a9f5 Work on #87
Implement a test suite, including Travis-CI integration
2016-02-11 21:11:22 +00:00

21 lines
317 B
INI

[run]
branch = True
include = gpiozero/*
;omit = */bar.py,*/baz.py
[report]
ignore_errors = True
show_missing = True
exclude_lines =
pragma: no cover
def __repr__
if self\.debug
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
[html]
directory = coverage