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

Method setUp

tests/unit/test_help.py:189–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187
188class TestHelpCommandBase(unittest.TestCase):
189 def setUp(self):
190 self.session = mock.Mock()
191 self.file_creator = FileCreator()
192
193 def tearDown(self):
194 self.file_creator.remove_all()

Callers

nothing calls this directly

Calls 1

FileCreatorClass · 0.90

Tested by

no test coverage detected