MCPcopy Index your code
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/test_paramfile.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class TestParamFile(unittest.TestCase):
25 def setUp(self):
26 self.files = FileCreator()
27
28 def tearDown(self):
29 self.files.remove_all()

Callers

nothing calls this directly

Calls 1

FileCreatorClass · 0.90

Tested by

no test coverage detected