henribru / google-api-python-client-stubs

Type stubs for google-api-python-client
https://pypi.org/project/google-api-python-client-stubs/
Apache License 2.0
48 stars 7 forks source link

Stubs for testing? #24

Closed emfdavid closed 2 years ago

emfdavid commented 2 years ago

Could this library be extended to provide stubbing for tests? I have recently started developing against GCP in python and I really miss the AWS SDK test stubs for Ruby. If this feels like a good fit, I would be interested in collaborating.

henribru commented 2 years ago

While I'm sure that would be a useful feature, unfortunately I don't find it to be a good fit for this project, since it's only meant to provide type annotation stub files and has no runtime functionality.

emfdavid commented 2 years ago

Got it - thanks for your work.