MCPcopy Create free account
hub / github.com/docker/docker-py / test_auto_retrieve_server_version

Method test_auto_retrieve_server_version

tests/unit/api_test.py:182–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 client.close()
181
182 def test_auto_retrieve_server_version(self):
183 version = self.client._retrieve_server_version()
184 assert isinstance(version, str)
185
186 def test_info(self):
187 self.client.info()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected