Exemplo n.º 1
0
 def getReqRepStore(self):
     return ClientReqRepStoreFile(self.name, self.basedirpath)
Exemplo n.º 2
0
 def getReqRepStore(self):
     return ClientReqRepStoreFile(self.ledger_dir)
def test_ClientReqRepStoreFile_init_invalid_args():
    with pytest.raises(ValueUndefinedError):
        ClientReqRepStoreFile(None)