예제 #1
0
 def testSecureChannelUpDown(self):
     channel = cygrpc.Channel(
         '[::]:0', cygrpc.ChannelArgs([]),
         cygrpc.client_credentials_fake_transport_security())
     del channel
예제 #2
0
파일: cygrpc_test.py 프로젝트: sihai/grpc
 def testSecureChannelUpDown(self):
   channel = cygrpc.Channel(
       '[::]:0', cygrpc.ChannelArgs([]),
       cygrpc.client_credentials_fake_transport_security())
   del channel
예제 #3
0
 def testClientCredentialsUpDown(self):
     credentials = cygrpc.client_credentials_fake_transport_security()
     del credentials
예제 #4
0
파일: cygrpc_test.py 프로젝트: sihai/grpc
 def testClientCredentialsUpDown(self):
   credentials = cygrpc.client_credentials_fake_transport_security()
   del credentials