MCPcopy
hub / github.com/docker/docker-py / teardown_class

Method teardown_class

tests/integration/api_plugin_test.py:16–21  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

14class PluginTest(BaseAPIIntegrationTest):
15 @classmethod
16 def teardown_class(cls):
17 client = cls.get_client_instance()
18 try:
19 client.remove_plugin(SSHFS, force=True)
20 except docker.errors.APIError:
21 pass
22
23 def teardown_method(self, method):
24 client = self.get_client_instance()

Callers

nothing calls this directly

Calls 2

remove_pluginMethod · 0.80
get_client_instanceMethod · 0.45

Tested by

no test coverage detected