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

Method test_version

tests/test_gcs.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15class TestStorage(unittest.TestCase):
16
17 def test_version(self):
18 self.assertIsNotNone(storage.__version__)
19
20 def test_ctr(self):
21 credentials = _make_credentials()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected