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

alexykot/grpcio-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example implementation of grpc_testing based unittest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages