-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
Description
After the TypeVar issue I want to get a bit more real world projects in the test suite.
I was going to start with pulling in all the Google well known protos, but they don't have any gRPC services. Does anyone know of some open source large proto/grpc codebases. Ideally I'd set up CI that pulled in the project and regenerated type stubs, and ran mypy.
Ideally the examples would be simple to generate (no post processing, or special configs) and easy to test as well (no complicated configurations)
I would also be open to a more complex setup if someone wanted to create it, but my current time allotment only allows something simple.