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

Method setUp

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

Source from the content-addressed store, hash-verified

359
360class LiveTailBufferTest(unittest.TestCase):
361 def setUp(self) -> None:
362 self.buffer = LiveTailBuffer()
363 self.layout = mock.MagicMock()
364
365 def test_add_text_when_not_in_focus(self):
366 self.layout.has_focus.return_value = False

Callers

nothing calls this directly

Calls 1

LiveTailBufferClass · 0.90

Tested by

no test coverage detected