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

Method test_get_gcs_path_tpu_succeeds

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

Source from the content-addressed store, hash-verified

110 client = KaggleDatasets()
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},
120 is_tpu=True)
121
122 def test_get_gcs_path_automl_succeeds(self):
123 def call_get_gcs_path():

Callers

nothing calls this directly

Calls 1

_test_clientMethod · 0.95

Tested by

no test coverage detected