Home | History | Annotate | Download | only in tests

Lines Matching refs:http

7 #      http://www.apache.org/licenses/LICENSE-2.0
75 self.assertIsInstance(authorized_http.http, httplib2.Http)
76 self.assertIsInstance(authorized_http.http.timeout, int)
77 self.assertGreater(authorized_http.http.timeout, 0)
122 http = credentials.authorize.call_args[0][0]
125 self.assertIsInstance(http, httplib2.Http)
126 self.assertIsInstance(http.timeout, int)
127 self.assertGreater(http.timeout, 0)