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

Method setUp

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

Source from the content-addressed store, hash-verified

99
100class TestMultiTable(unittest.TestCase):
101 def setUp(self):
102 self.table = MultiTable()
103
104 def test_max_width_calculation(self):
105 self.table.add_title('foo')

Callers

nothing calls this directly

Calls 1

MultiTableClass · 0.90

Tested by

no test coverage detected