MCPcopy Create free account
hub / github.com/kubernetes-client/python / setUp

Method setUp

kubernetes/base/config/kube_config_test.py:140–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138class BaseTestCase(unittest.TestCase):
139
140 def setUp(self):
141 self._temp_files = []
142
143 def tearDown(self):
144 for f in self._temp_files:

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected