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

Method setUp

tests/unit/customizations/test_arguments.py:99–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97
98class TestQueryFileArgument(unittest.TestCase):
99 def setUp(self):
100 self.files = FileCreator()
101
102 def tearDown(self):
103 self.files.remove_all()

Callers

nothing calls this directly

Calls 1

FileCreatorClass · 0.90

Tested by

no test coverage detected