verloop / twirpy

Twirp's python implementation
The Unlicense
99 stars 20 forks source link

protoc-gen-twirpy: add a test for main function #51

Closed edpaget closed 6 months ago

edpaget commented 7 months ago

Hi all,

I'm interested in improving the protoc plugin for twirpy to generate pyi files with type hints for the twirp servers/clients. I figured it'd be easier to start adding support for that if I could easily test I wasn't breaking the current generator, so this starts on that by just adding a simple in/out test of the main function