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

Method test_remove

tests/unit/models_images_test.py:105–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 )
104
105 def test_remove(self):
106 client = make_fake_client()
107 client.images.remove('test_image')
108 client.api.remove_image.assert_called_with('test_image')
109
110 def test_search(self):
111 client = make_fake_client()

Callers

nothing calls this directly

Calls 2

make_fake_clientFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected