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