feat(rcf): more tests

This commit is contained in:
Swann Martinez
2019-03-20 16:46:55 +01:00
parent ae82b2ee67
commit 4c077449bc
3 changed files with 32 additions and 7 deletions

View File

@ -62,6 +62,7 @@ class RCFFactory(object):
pass
class RCFStore(collections.MutableMapping,dict):
def __init__(self, custom_factory=RCFFactory()):
super().__init__()
self.factory = custom_factory