Merge pull request #3940 from soltanmm/move-along
Migrate Python interop tests to the Beta API.
Showing
- src/python/grpcio_health_checking/commands.py 6 additions, 2 deletionssrc/python/grpcio_health_checking/commands.py
- src/python/grpcio_test/.gitignore 1 addition, 0 deletionssrc/python/grpcio_test/.gitignore
- src/python/grpcio_test/commands.py 49 additions, 0 deletionssrc/python/grpcio_test/commands.py
- src/python/grpcio_test/grpc_interop/_insecure_interop_test.py 8 additions, 7 deletions...python/grpcio_test/grpc_interop/_insecure_interop_test.py
- src/python/grpcio_test/grpc_interop/_secure_interop_test.py 14 additions, 11 deletionssrc/python/grpcio_test/grpc_interop/_secure_interop_test.py
- src/python/grpcio_test/grpc_interop/client.py 13 additions, 9 deletionssrc/python/grpcio_test/grpc_interop/client.py
- src/python/grpcio_test/grpc_interop/empty.proto 43 additions, 0 deletionssrc/python/grpcio_test/grpc_interop/empty.proto
- src/python/grpcio_test/grpc_interop/empty_pb2.py 0 additions, 63 deletionssrc/python/grpcio_test/grpc_interop/empty_pb2.py
- src/python/grpcio_test/grpc_interop/messages.proto 167 additions, 0 deletionssrc/python/grpcio_test/grpc_interop/messages.proto
- src/python/grpcio_test/grpc_interop/messages_pb2.py 0 additions, 447 deletionssrc/python/grpcio_test/grpc_interop/messages_pb2.py
- src/python/grpcio_test/grpc_interop/methods.py 40 additions, 110 deletionssrc/python/grpcio_test/grpc_interop/methods.py
- src/python/grpcio_test/grpc_interop/server.py 7 additions, 6 deletionssrc/python/grpcio_test/grpc_interop/server.py
- src/python/grpcio_test/grpc_interop/test.proto 86 additions, 0 deletionssrc/python/grpcio_test/grpc_interop/test.proto
- src/python/grpcio_test/grpc_interop/test_pb2.py 0 additions, 178 deletionssrc/python/grpcio_test/grpc_interop/test_pb2.py
- src/python/grpcio_test/grpc_protoc_plugin/test.proto 1 addition, 1 deletionsrc/python/grpcio_test/grpc_protoc_plugin/test.proto
- src/python/grpcio_test/setup.py 3 additions, 1 deletionsrc/python/grpcio_test/setup.py
Loading
Please register or sign in to comment