Exemple #1
0
 def test_create_keys(self):
     commands._cmd_keys(NamespaceHelper(command='keys', create_keys=True))
     assert os.path.exists('keypack.pyu')
Exemple #2
0
 def test_create_keys(self):
     commands._cmd_keys(NamespaceHelper(command="keys", create_keys=True))
     assert os.path.exists("keypack.pyu")
Exemple #3
0
 def test_create_keys(self):
     commands._cmd_keys(NamespaceHelper(command='keys', create=True))
     assert os.path.exists('keypack.pyu')