コード例 #1
0
ファイル: test_tutorial.py プロジェクト: chriswinc/indy-node
def walletCreatedForTestEnv(preRequisite, be, do, earlCLI):
    be(earlCLI)
    createAndAssertNewKeyringCreation(do, "default1")
    createAndAssertNewKeyringCreation(do, "default2")
    connectIfNotAlreadyConnected(do, earlCLI, {})
    createAndAssertNewKeyringCreation(do, "test2")
    exitFromCli(do)
コード例 #2
0
def walletCreatedForTestEnv(preRequisite, be, do, earlCLI, connectedToTest):
    be(earlCLI)
    createAndAssertNewKeyringCreation(do, "default1")
    createAndAssertNewKeyringCreation(do, "default2")
    connectIfNotAlreadyConnected(do, connectedToTest, earlCLI, {})
    createAndAssertNewKeyringCreation(do, "test2")
    exitFromCli(do)
コード例 #3
0
def createNewKeyring(name, do, expectedMsgs=None):
    createAndAssertNewKeyringCreation(do, name, expectedMsgs)