mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[3.14] gh-145736: Fix test_tkinter test_configure_values test case backport miss for Tk 9. (#149435)
This commit is contained in:
@@ -576,7 +576,8 @@ class SpinboxTest(EntryTest, unittest.TestCase):
|
||||
else:
|
||||
expected = (42, 3.14, '', 'any string')
|
||||
self.checkParam(widget, 'values', (42, 3.14, '', 'any string'),
|
||||
expected='42 3.14 {} {any string}')
|
||||
expected=expected)
|
||||
|
||||
self.checkParam(widget, 'values', '')
|
||||
|
||||
def test_configure_wrap(self):
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Fix test_tkinter test_configure_values test case backport miss for Tk 9.
|
||||
Reference in New Issue
Block a user