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

Method test_proxy_using_library

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

Source from the content-addressed store, hash-verified

55 HTTPHandler.proxy_header_found, msg="X-KAGGLE-PROXY-DATA header was missing from the BQ proxy request.")
56
57 def test_proxy_using_library(self):
58 env = EnvironmentVarGuard()
59 env.unset('KAGGLE_USER_SECRETS_TOKEN')
60 with env:
61 client = PublicBigqueryClient()
62 self._test_proxy(client)
63
64 def test_proxy_no_project(self):
65 env = EnvironmentVarGuard()

Callers

nothing calls this directly

Calls 2

_test_proxyMethod · 0.95

Tested by

no test coverage detected