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

Method test_unicode_text_row

tests/unit/test_table.py:93–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 )
92
93 def test_unicode_text_row(self):
94 self.section.add_row([1])
95 self.section.add_row(['check'])
96 self.section.add_row(['\u2713'])
97 self.assertEqual(self.section.rows, [['1'], ['check'], ['\u2713']])
98
99
100class TestMultiTable(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

add_rowMethod · 0.45

Tested by

no test coverage detected