Bump a bit the coverage
This commit is contained in:
parent
e81ce6cd1a
commit
9c7aa34f50
1 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@ class AbstractParser(abc.ABC):
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def get_meta(self) -> Dict[str, str]:
|
def get_meta(self) -> Dict[str, str]:
|
||||||
pass
|
pass # pragma: no cover
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def remove_all(self) -> bool:
|
def remove_all(self) -> bool:
|
||||||
pass
|
pass # pragma: no cover
|
||||||
|
|
||||||
def remove_all_lightweight(self) -> bool:
|
def remove_all_lightweight(self) -> bool:
|
||||||
""" Remove _SOME_ metadata. """
|
""" Remove _SOME_ metadata. """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue