Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

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.