Exclude abstract methods during coverage tests

pull/263/head
Bogdan Opanchuk 2021-03-20 16:29:49 -07:00
parent 2050e3c168
commit 54ba9bb38f
1 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,11 @@ omit =
setup.py,
*__init__.py
parallel=True
[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Exclude abstract methods
@abstractmethod