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

Method test_images

tests/unit/api_image_test.py:24–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self.fail('Viz output should not be supported!')
23
24 def test_images(self):
25 self.client.images(all=True)
26
27 fake_request.assert_called_with(
28 'GET',
29 f"{url_prefix}images/json",
30 params={'only_ids': 0, 'all': 1},
31 timeout=DEFAULT_TIMEOUT_SECONDS
32 )
33
34 def test_images_name(self):
35 self.client.images('foo:bar')

Callers

nothing calls this directly

Calls 1

imagesMethod · 0.45

Tested by

no test coverage detected