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

Method test_exit

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

Source from the content-addressed store, hash-verified

100 self.ui = PrintOnlyUI(self.output, self.log_events)
101
102 def test_exit(self):
103 self.ui.exit()
104
105 self.assertEqual(True, self.ui._printer.interrupt_session)
106
107
108class LiveTailLogEventsCollectorTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected