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

Method test_remove_volume

tests/unit/api_volume_test.py:109–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 assert args[0][1] == f'{url_prefix}volumes/{name}'
108
109 def test_remove_volume(self):
110 name = 'perfectcherryblossom'
111 self.client.remove_volume(name)
112 args = fake_request.call_args
113
114 assert args[0][0] == 'DELETE'
115 assert args[0][1] == f'{url_prefix}volumes/{name}'

Callers

nothing calls this directly

Calls 1

remove_volumeMethod · 0.80

Tested by

no test coverage detected