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

Method setUp

tests/integration/base.py:20–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 """
19
20 def setUp(self):
21 self.tmp_imgs = []
22 self.tmp_containers = []
23 self.tmp_folders = []
24 self.tmp_volumes = []
25 self.tmp_networks = []
26 self.tmp_plugins = []
27 self.tmp_secrets = []
28 self.tmp_configs = []
29
30 def tearDown(self):
31 client = docker.from_env(version=TEST_API_VERSION)

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected