MCPcopy Create free account
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/customizations/logs/test_ui.py:97–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95
96class PrintOnlyUITest(unittest.TestCase):
97 def setUp(self):
98 self.output = StringIO()
99 self.log_events = []
100 self.ui = PrintOnlyUI(self.output, self.log_events)
101
102 def test_exit(self):
103 self.ui.exit()

Callers

nothing calls this directly

Calls 1

PrintOnlyUIClass · 0.90

Tested by

no test coverage detected