MCPcopy Create free account
hub / github.com/Kaggle/docker-python / _make_credentials

Function _make_credentials

tests/test_video_intelligence.py:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8from google.cloud import videointelligence
9
10def _make_credentials():
11 import google.auth.credentials
12 return Mock(spec=google.auth.credentials.Credentials)
13
14class TestCloudVideoIntelligence(unittest.TestCase):
15 class FakeClient:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected