/grpcio-test-example

Example implementation of grpc_testing based unittest

Primary LanguagePythonMIT LicenseMIT

grpc_testing hello world example

simplest example implementation of gRPC server unit test using python grpcio_testing library

To run the test execute:

pipenv install
pipenv run python ./example/test_greeter_server.py

Based on the grpc/examples/protos/helloworld.proto from https://github.com/grpc/grpc.