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

Method test_text

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

Source from the content-addressed store, hash-verified

173 self.keyword = None
174
175 def test_text(self):
176 text = "KEYWORD"
177 self.keyword = Keyword(text, COLOR_LIST[0])
178
179 self.assertEqual(text.lower(), self.keyword.text)
180
181 def test_color_protected_keywords(self):
182 text = "INFO"

Callers

nothing calls this directly

Calls 1

KeywordClass · 0.90

Tested by

no test coverage detected