Hi, did you know how to do the unit testing of grpc now? On Saturday, April 23, 2016 at 1:31:19 PM UTC-6 Sankar wrote:
> Hi > > I have a .proto file which I ran with protoc to generate the _pb.go file. > I then wrote a server and a client program that uses the above _pb.go > program. Now what is the best way to unit test the server and client pieces > ? (complete with mocking, benchmarks for both client and server; end-to-end > testing, etc.) > > IOW, I am trying to find out the test programs for > https://github.com/grpc/grpc-go/blob/master/examples/helloworld/greeter_server/main.go > > and > https://github.com/grpc/grpc-go/blob/master/examples/helloworld/greeter_client/main.go > > > Thanks. > > Sankar > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/3b3d0712-f7ee-4368-8768-bcf649b0ba45n%40googlegroups.com.
