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

Method test_configure_increment

Lib/test/test_tkinter/test_widgets.py:546–548  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

544 errmsg='-to value must be greater than -from value')
545
546 def test_configure_increment(self):
547 widget = self.create()
548 self.checkFloatParam(widget, 'increment', -1, 1, 10.2, 12.8, 0)
549
550 def test_configure_to(self):
551 widget = self.create()

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
checkFloatParamMethod · 0.80

Tested by

no test coverage detected