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

Method setUp

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

Source from the content-addressed store, hash-verified

26
27class TestSection(unittest.TestCase):
28 def setUp(self):
29 self.section = Section()
30
31 def test_add_row_tracks_max_widths(self):
32 self.section.add_row(['one', 'two', 'three'])

Callers

nothing calls this directly

Calls 1

SectionClass · 0.90

Tested by

no test coverage detected