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

Method call_get_gcs_path

tests/test_datasets.py:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112 def test_get_gcs_path_tpu_succeeds(self):
113 def call_get_gcs_path():
114 client = KaggleDatasets()
115 gcs_path = client.get_gcs_path()
116 self.assertEqual(gcs_path, _TPU_GCS_BUCKET)
117 self._test_client(call_get_gcs_path,
118 '/requests/CopyDatasetVersionToKnownGcsBucketRequest',
119 {'MountSlug': None, 'IntegrationType': 2},

Callers

nothing calls this directly

Calls 2

get_gcs_pathMethod · 0.95
KaggleDatasetsClass · 0.90

Tested by

no test coverage detected