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

Method test_inspect_plugin

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

Source from the content-addressed store, hash-verified

66 self.client.disable_plugin(SSHFS)
67
68 def test_inspect_plugin(self):
69 self.ensure_plugin_installed(SSHFS)
70 data = self.client.inspect_plugin(SSHFS)
71 assert 'Config' in data
72 assert 'Name' in data
73 assert data['Name'] == SSHFS
74
75 def test_plugin_privileges(self):
76 prv = self.client.plugin_privileges(SSHFS)

Callers

nothing calls this directly

Calls 2

inspect_pluginMethod · 0.80

Tested by

no test coverage detected