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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class LiveTailSessionMetadataTest(unittest.TestCase):
41 def setUp(self):
42 self.session_metadata = LiveTailSessionMetadata()
43
44 def test_metadata_update(self):
45 metadata_update = {"sampled": True}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected