Re: [go-nuts] Re: gRPC golang server and client testing

2021-04-10 Thread Sankar P
Hey, Sorry. Nope. We gave up on grpc. வியா., 8 ஏப்., 2021, முற்பகல் 4:18 அன்று, Yijun Liu எழுதியது: > 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

[go-nuts] Re: gRPC golang server and client testing

2021-04-07 Thread Yijun Liu
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 i

[go-nuts] Re: gRPC golang server and client testing

2018-03-27 Thread kun
You may want to have a look at this link: https://github.com/grpc/grpc-go/blob/master/Documentation/gomock-example.md On Saturday, April 23, 2016 at 12:31:19 PM UTC-7, 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

[go-nuts] Re: gRPC golang server and client testing

2017-11-11 Thread Simon Ritchie
Not everybody in the Go community favours the use of mocking tools, so many published solutions don't have any tests of that kind. Maybe you should write the tests yourself. I use pegomock for mocking. (I tried gomock but I found issues that were not fixed. I also found a couple of issues w

[go-nuts] Re: gRPC golang server and client testing

2017-11-09 Thread Zeewell Yu
Hi,any solution now? I am looking for the best way too. On Sunday, April 24, 2016 at 3:31:19 AM UTC+8, 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 i

Re: [go-nuts] Re: gRPC golang server and client testing

2016-12-12 Thread Sankar P
I did not find any :( 2016-12-12 1:28 GMT+05:30 : > Would be interested to learn of if you found a good solution. > > > On Saturday, April 23, 2016 at 9:31:19 PM UTC+2, Sankar wrote: >> >> Hi >> >> I have a .proto file which I ran with protoc to generate the _pb.go file. >> I then wrote a server

[go-nuts] Re: gRPC golang server and client testing

2016-12-12 Thread P . Kartner
Would be interested to learn of if you found a good solution. On Saturday, April 23, 2016 at 9:31:19 PM UTC+2, 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