~cgregan/checkbox/audio_dolby

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source = checkbox_ng 
omit =
    checkbox_ng/tests.py
    checkbox_ng/test_*.py

[report]
exclude_lines =
    pragma: no cover
    @public
    @abstractmethod
    @abstractproperty
    raise NotImplementedError