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

Method test_remove_plugin

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

Source from the content-addressed store, hash-verified

102 assert 'DEBUG=0' in pl_data['Settings']['Env']
103
104 def test_remove_plugin(self):
105 pl_data = self.ensure_plugin_installed(SSHFS)
106 assert pl_data['Enabled'] is False
107 assert self.client.remove_plugin(SSHFS) is True
108
109 def test_force_remove_plugin(self):
110 self.ensure_plugin_installed(SSHFS)

Callers

nothing calls this directly

Calls 2

remove_pluginMethod · 0.80

Tested by

no test coverage detected