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

Method test_proxy_no_project

tests/test_bigquery_proxy.py:64–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 self._test_proxy(client)
63
64 def test_proxy_no_project(self):
65 env = EnvironmentVarGuard()
66 env.unset('KAGGLE_USER_SECRETS_TOKEN')
67 with env:
68 client = bigquery.Client()
69 self._test_proxy(client)
70
71 def test_monkeypatching_idempotent(self):
72 env = EnvironmentVarGuard()

Callers

nothing calls this directly

Calls 1

_test_proxyMethod · 0.95

Tested by

no test coverage detected