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