Home
last modified time | relevance | path

Searched refs:refresh_mock (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_multistore_file.py175 with refresh_patch as refresh_mock:
178 self.assertFalse(refresh_mock.called)
/external/python/oauth2client/tests/
Dtest_client.py1176 def test_get_access_token_without_http(self, expires_in, refresh_mock): argument
1188 refresh_mock.assert_called_once_with(http_kls.return_value)
1199 def test_get_access_token_with_http(self, expires_in, refresh_mock): argument
1216 refresh_mock.assert_called_once_with(http_obj)