MCPcopy Create free account
hub / github.com/python/cpython / test_configure_show

Method test_configure_show

Lib/test/test_ttk/test_widgets.py:1465–1472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1463 self.checkEnumParam(widget, 'selecttype', 'item', 'cell')
1464
1465 def test_configure_show(self):
1466 widget = self.create()
1467 self.checkParam(widget, 'show', 'tree headings',
1468 expected=('tree', 'headings'))
1469 self.checkParam(widget, 'show', ('tree', 'headings'))
1470 self.checkParam(widget, 'show', ('headings', 'tree'))
1471 self.checkParam(widget, 'show', 'tree', expected=('tree',))
1472 self.checkParam(widget, 'show', 'headings', expected=('headings',))
1473
1474 @requires_tk(8, 7)
1475 def test_configure_striped(self):

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkParamMethod · 0.80

Tested by

no test coverage detected