X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpython%2Fgrpcio_tests%2Ftests%2Funit%2F_api_test.py;h=c536328142d64b9e9ddc7099d188fda27b4670e6;hb=2cbdc95f7308919f1c0019c7edced2f114c46703;hp=a37ac3ef319270c5a7f5c92a6d8de2651adfd546;hpb=af636c1416903546f62fd030537bf6663b2b3a0a;p=platform%2Fupstream%2Fgrpc.git diff --git a/src/python/grpcio_tests/tests/unit/_api_test.py b/src/python/grpcio_tests/tests/unit/_api_test.py index a37ac3e..c536328 100644 --- a/src/python/grpcio_tests/tests/unit/_api_test.py +++ b/src/python/grpcio_tests/tests/unit/_api_test.py @@ -13,12 +13,11 @@ # limitations under the License. """Test of gRPC Python's application-layer API.""" -import unittest import logging - -import six +import unittest import grpc +import six from tests.unit import _from_grpc_import_star @@ -76,6 +75,7 @@ class AllTest(unittest.TestCase): 'access_token_call_credentials', 'composite_call_credentials', 'composite_channel_credentials', + 'compute_engine_channel_credentials', 'ssl_server_credentials', 'ssl_server_certificate_configuration', 'dynamic_ssl_server_credentials', @@ -84,6 +84,12 @@ class AllTest(unittest.TestCase): 'secure_channel', 'intercept_channel', 'server', + 'protos', + 'services', + 'protos_and_services', + 'xds_channel_credentials', + 'xds_server_credentials', + 'insecure_server_credentials', ) six.assertCountEqual(self, expected_grpc_code_elements,