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

Method test_configure_titlecolumns

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

Source from the content-addressed store, hash-verified

1478
1479 @requires_tk(8, 7)
1480 def test_configure_titlecolumns(self):
1481 widget = self.create()
1482 self.checkIntegerParam(widget, 'titlecolumns', 0, 1, 5)
1483 self.checkInvalidParam(widget, 'titlecolumns', -2)
1484
1485 @requires_tk(8, 7)
1486 def test_configure_titleitems(self):

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
checkIntegerParamMethod · 0.80
checkInvalidParamMethod · 0.80

Tested by

no test coverage detected