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

Method test_image_ids

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

Source from the content-addressed store, hash-verified

53 )
54
55 def test_image_ids(self):
56 self.client.images(quiet=True)
57
58 fake_request.assert_called_with(
59 'GET',
60 f"{url_prefix}images/json",
61 params={'only_ids': 1, 'all': 0},
62 timeout=DEFAULT_TIMEOUT_SECONDS
63 )
64
65 def test_images_filters(self):
66 self.client.images(filters={'dangling': True})

Callers

nothing calls this directly

Calls 1

imagesMethod · 0.45

Tested by

no test coverage detected