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

Method test_remove_volume

tests/integration/api_volume_test.py:46–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.client.inspect_volume(name)
45
46 def test_remove_volume(self):
47 name = 'shootthebullet'
48 self.tmp_volumes.append(name)
49 self.client.create_volume(name)
50 self.client.remove_volume(name)
51
52 @requires_api_version('1.25')
53 def test_force_remove_volume(self):

Callers

nothing calls this directly

Calls 2

create_volumeMethod · 0.80
remove_volumeMethod · 0.80

Tested by

no test coverage detected