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

Function _make_credentials

tests/test_gcs.py:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7from google.cloud import storage
8
9def _make_credentials():
10 import google.auth.credentials
11 credentials = Mock(spec=google.auth.credentials.Credentials)
12 credentials.universe_domain = 'googleapis.com'
13 return credentials
14
15class TestStorage(unittest.TestCase):
16

Callers 1

test_ctrMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected