[run]
source =
    dasbus/
    tests/

concurrency =
    multiprocessing
    thread

branch = true
parallel = true

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