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

Method test_image_viz

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

Source from the content-addressed store, hash-verified

17
18class ImageTest(BaseAPIClientTest):
19 def test_image_viz(self):
20 with pytest.raises(Exception): # noqa: B017
21 self.client.images('busybox', viz=True)
22 self.fail('Viz output should not be supported!')
23
24 def test_images(self):
25 self.client.images(all=True)

Callers

nothing calls this directly

Calls 1

imagesMethod · 0.45

Tested by

no test coverage detected