GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.46k stars 6.45k forks source link

feat: demonstrating testing with mocks using actual interfaces #12617

Open telpirion opened 1 month ago

telpirion commented 1 month ago

Description

For some resource-intensive APIs, in this case Endpoint.predict() which requires a deployed endpoint, use a Mock or MagicMock to ensure that the client library interface is observed.

telpirion commented 1 month ago

Oops! I intended to mark this as a "draft." @glasnt -- I'll follow up with you over chat about this PR; my apologies that I didn't do it sooner.

glasnt commented 1 month ago

friendly ping: any updates on this PR? or will it be re-created

telpirion commented 1 month ago

Converting this to draft; will follow up directly.