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
.