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

Method test_force_remove_volume

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

Source from the content-addressed store, hash-verified

51
52 @requires_api_version('1.25')
53 def test_force_remove_volume(self):
54 name = 'shootthebullet'
55 self.tmp_volumes.append(name)
56 self.client.create_volume(name)
57 self.client.remove_volume(name, force=True)
58
59 @requires_api_version('1.25')
60 def test_prune_volumes(self):

Callers

nothing calls this directly

Calls 2

create_volumeMethod · 0.80
remove_volumeMethod · 0.80

Tested by

no test coverage detected