Home | History | Annotate | Download | only in tests

Lines Matching refs:http

7 #      http://www.apache.org/licenses/LICENSE-2.0
120 http = HttpMockSequence([
126 http=http)
133 http = HttpMockSequence([
137 with mock.patch('oauth2client.transport._CACHED_HTTP', new=http):
148 http = HttpMockSequence([
153 client.verify_id_token(jwt, test_email, http=http)
260 http = HttpMockSequence([
264 http = credentials.authorize(http)
265 resp, content = http.request('http://example.org')
279 http = HttpMockSequence([
285 http = credentials.authorize(http)
286 _, content = http.request('http://example.org')