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

Method setUp

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

Source from the content-addressed store, hash-verified

601
602class InteractiveUITest(unittest.IsolatedAsyncioTestCase):
603 def setUp(self) -> None:
604 self.output = StringIO
605 self.log_events = []
606 self.session_metadata = LiveTailSessionMetadata()
607 self.ui = InteractiveUI(
608 self.log_events,
609 self.session_metadata,
610 app_output=DummyOutput(),
611 app_input=create_pipe_input(),
612 )
613
614 def test_update_toolbar(self):
615 text = "new text"

Callers

nothing calls this directly

Calls 2

InteractiveUIClass · 0.90

Tested by

no test coverage detected