Bugfixes in unittests

This commit is contained in:
2020-11-27 11:24:47 +01:00
parent 7d4efe7bda
commit e76b293f60
7 changed files with 65 additions and 52 deletions

View File

@@ -10,10 +10,6 @@ class ConfigurationBase(ABC):
@abstractmethod
def __init__(self): pass
@property
@abstractmethod
def config(self) -> dict[type, object]: pass
@abstractmethod
def add_config_by_type(self, key_type: type, value: object): pass