mirror of https://github.com/nucypher/pyUmbral.git
Exclude abstract methods during coverage tests
parent
2050e3c168
commit
54ba9bb38f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue