ruby has had a few stubbing libs over the years for HTTP.  webmock 
<https://rubygems.org/gems/webmock/versions/3.18.1?locale=en> / fakeweb 
<https://rubygems.org/gems/fakeweb/versions/1.3.0?locale=en> come to mind 
that act as an excellent way to prevent HTTP calls in a test suite.   These 
tools are valuable given that they both block HTTP requests and allow 
developers to stub the underlying request and response of libraries they 
depend on.

The introduction of grpc circumvents these libs given the difference in 
protocol.  

Is any work being done on a stubbing framework that can act as a catch all 
for all grpc calls similar to how webmock/fakeweb work?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/248c00e4-8603-40bc-8bd8-3a7440e08aa0n%40googlegroups.com.

Reply via email to