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

Method test_force_remove_plugin

tests/integration/api_plugin_test.py:109–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 assert self.client.remove_plugin(SSHFS) is True
108
109 def test_force_remove_plugin(self):
110 self.ensure_plugin_installed(SSHFS)
111 self.client.enable_plugin(SSHFS)
112 assert self.client.inspect_plugin(SSHFS)['Enabled'] is True
113 assert self.client.remove_plugin(SSHFS, force=True) is True
114
115 def test_install_plugin(self):
116 try:

Callers

nothing calls this directly

Calls 4

enable_pluginMethod · 0.80
inspect_pluginMethod · 0.80
remove_pluginMethod · 0.80

Tested by

no test coverage detected