14 """Tests of credentials."""
44 channel_credentials, first_call_credentials)
46 channel_credentials, first_call_credentials,
47 second_call_credentials)
49 channel_credentials, first_call_credentials,
50 second_call_credentials, third_call_credentials)
54 self.assertIsInstance(channel_first_second_and_third,
57 @unittest.skipIf(six.PY2,
'only invalid in Python3')
61 grpc.ssl_channel_credentials,
62 root_certificates=
'A Certificate',
64 certificate_chain=
None,
68 if __name__ ==
'__main__':
70 unittest.main(verbosity=2)