Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ test_images_quiet
Method
test_images_quiet
tests/integration/api_image_test.py:32–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
assert len(distinct) == self.client.info()[
'Images'
]
31
32
def
test_images_quiet(self):
33
res1 = self.client.images(quiet=True)
34
assert isinstance(res1[0], str)
35
36
37
class
PullImageTest(BaseAPIIntegrationTest):
Callers
nothing calls this directly
Calls
1
images
Method · 0.45
Tested by
no test coverage detected