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

Method test_configure_tickinterval

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

Source from the content-addressed store, hash-verified

1238 self.checkReliefParam(widget, 'sliderrelief')
1239
1240 def test_configure_tickinterval(self):
1241 widget = self.create()
1242 self.checkFloatParam(widget, 'tickinterval', 1, 4.3, 7.6, 0,
1243 conv=float_round)
1244 self.checkParam(widget, 'tickinterval', -2, expected=2,
1245 conv=float_round)
1246
1247 def test_configure_to(self):
1248 widget = self.create()

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
checkFloatParamMethod · 0.80
checkParamMethod · 0.80

Tested by

no test coverage detected