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

Function _make_credentials

tests/test_ucaip.py:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6from test.support.os_helper import EnvironmentVarGuard
7
8def _make_credentials():
9 import google.auth.credentials
10 return Mock(spec=google.auth.credentials.Credentials)
11
12class TestUcaip(unittest.TestCase):
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected