(self)
| 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() |
nothing calls this directly
no test coverage detected