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

Method test_info

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

Source from the content-addressed store, hash-verified

184 assert isinstance(version, str)
185
186 def test_info(self):
187 self.client.info()
188
189 fake_request.assert_called_with(
190 'GET',
191 f"{url_prefix}info",
192 timeout=DEFAULT_TIMEOUT_SECONDS
193 )
194
195 def test_search(self):
196 self.client.search('busybox')

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected