Commit e2527094 authored by Tres Seaver's avatar Tres Seaver

Exclude interface methods from coverage.

They are always empty, except for docstrings, but the metaclass confuses
the coverage bits for branch detection.
parent 6eef7fdb
[report]
exclude_lines =
# pragma: no cover
class I[A-Z]\w+\((Interface|I[A-Z].*)\):
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment