Searched refs:get_password (Results 1 – 6 of 6) sorted by relevance
39 autospec=True) as get_password:43 get_password.assert_called_once_with('my_unit_test', 'me')48 autospec=True) as get_password:52 get_password.assert_called_once_with('my_unit_test', 'me')72 autospec=True) as get_password:83 get_password.assert_called_once_with('my_unit_test', 'me')87 autospec=True) as get_password:91 get_password.assert_called_once_with('my_unit_test', 'me')
84 content = keyring.get_password(self._service_name, self._user_name)
599 static char * get_password (rfbClient *client) in get_password() function671 cl->GetPassword = get_password; in main()
205 keyring.get_password.side_effect = (
338 self.secret_key = keyring.get_password(
637 password = keyring.get_password(self.host, email)