• Home
Name Date Size #Lines LOC

..--

BUILDD22-Oct-20252.4 KiB9082

README.mdD22-Oct-2025523 139

fuzzer.protoD22-Oct-2025958 2923

fuzzer_main.ccD22-Oct-20252.2 KiB5939

grpc_yodel_test.bzlD22-Oct-20252.1 KiB6963

test_main.ccD22-Oct-20251.5 KiB4024

yodel_test.ccD22-Oct-202510.2 KiB347283

yodel_test.hD22-Oct-202519 KiB515403

README.md

1Yodel is a foundational test framework for unit testing parts of a call.
2
3It provides infrastructure to write tests around some call actor (the various
4frameworks built atop of it specify what that actor is). It also provides
5utilities to fill in various call details, interact with promises in a
6way that's convenient to debug, and run as either a unit test or a fuzzer.
7
8Various frameworks are built atop it:
9- transports use it as part of the transport test_suite
10
11Planned:
12- interceptors & filters should also use this
13