MCPcopy Index your code
hub / github.com/python/cpython / test_configure_height

Method test_configure_height

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

Source from the content-addressed store, hash-verified

1446 errmsg=errmsg.format(-2))
1447
1448 def test_configure_height(self):
1449 widget = self.create()
1450 self.checkPixelsParam(widget, 'height', 100, -100, 0, '3c',
1451 conv=False)
1452 self.checkPixelsParam(widget, 'height', 101.2, 102.6, '3c',
1453 conv=False)
1454
1455 def test_configure_selectmode(self):
1456 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkPixelsParamMethod · 0.80

Tested by

no test coverage detected