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

Method test_iap_token

tests/test_datasets.py:143–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 success=False)
142
143 def test_iap_token(self):
144 def call_get_gcs_path():
145 client = KaggleDatasets()
146 gcs_path = client.get_gcs_path()
147 self._test_client(call_get_gcs_path,
148 '/requests/CopyDatasetVersionToKnownGcsBucketRequest',
149 {'MountSlug': None, 'IntegrationType': 1},
150 is_tpu=False, iap_token=True)

Callers

nothing calls this directly

Calls 1

_test_clientMethod · 0.95

Tested by

no test coverage detected