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

@@ -11,10 +11,6 @@ class Configuration(ConfigurationBase):
self._config: dict[type, object] = {}
@property
def config(self):
return self._config
def create(self): pass
def add_config_by_type(self, key_type: type, value: object):