Searched refs:https_connection (Results 1 – 6 of 6) sorted by relevance
13 self.https_connection = mock.Mock(spec=http_client.HTTPSConnection)14 self.https_connection.debuglevel = 016 mock.Mock(return_value=self.https_connection), ())74 self.https_connection.getresponse.return_value = http_response
45 from boto import exception, https_connection131 S3Connection, https_connection.InvalidCertificateException)133 GSConnection, https_connection.InvalidCertificateException)
238 self.https_connection.getresponse.side_effect = [254 self.https_connection.getresponse.side_effect = [
75 from boto import https_connection512 https_connection.InvalidCertificateException)751 connection = https_connection.CertValidatingHTTPSConnection(838 if not https_connection.ValidateCertificateHostname(cert, hostname):839 raise https_connection.InvalidCertificateException(
251 def https_connection(*args, **kwargs): function256 six.moves.http_client.HTTPSConnection = https_connection
945 self.https_connection = Mock(spec=httplib.HTTPSConnection)947 Mock(return_value=self.https_connection), ())