d5h-foss / grpc-interceptor

Simplified Python gRPC interceptors
MIT License
144 stars 22 forks source link

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata #51

Open zakhenry opened 5 months ago

zakhenry commented 5 months ago

Not sure if this is useful to have in this repo, but I had a hard time working out how to get metadata working because the upstream docs in grpc are scant. This repo was a good place to test things out so thought I'd raise this PR in case it helps someone else out

dan-hipschman commented 5 months ago

Hi @zakhenry

I'm fine with adding this as a new test. Thanks! See comment for feedback.