The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Craig Tiller a2227b3f99 Merge branch 'transport-refs-7' into transport-refs-7.5 10 months ago
..
BUILD x 11 months ago
README.md x 11 months ago
fuzzer.proto x 11 months ago
fuzzer_main.cc x 11 months ago
grpc_yodel_test.bzl x 11 months ago
test_main.cc x 11 months ago
yodel_test.cc csc 10 months ago
yodel_test.h x 10 months ago

README.md

Yodel is a foundational test framework for unit testing parts of a call.

It provides infrastructure to write tests around some call actor (the various frameworks built atop of it specify what that actor is). It also provides utilities to fill in various call details, interact with promises in a way that's convenient to debug, and run as either a unit test or a fuzzer.

Various frameworks are built atop it:

  • transports use it as part of the transport test_suite

Planned:

  • interceptors & filters should also use this