MCPcopy Index your code
hub / github.com/docker/docker-py / test_version_no_api_version

Method test_version_no_api_version

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

Source from the content-addressed store, hash-verified

165 )
166
167 def test_version_no_api_version(self):
168 self.client.version(False)
169
170 fake_request.assert_called_with(
171 'GET',
172 f"{url_base}version",
173 timeout=DEFAULT_TIMEOUT_SECONDS
174 )
175
176 def test_retrieve_server_version(self):
177 client = APIClient(version="auto")

Callers

nothing calls this directly

Calls 1

versionMethod · 0.45

Tested by

no test coverage detected