Skip to content

Commit 3c94424

Browse files
add_configure_tests is named add_standard_options on 3.13.
1 parent d1d378a commit 3c94424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_ttk/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def cb_test():
768768
self.assertEqual(str(cbtn['variable']), str(cbtn2['variable']))
769769

770770

771-
@add_configure_tests(StandardTtkOptionsTests)
771+
@add_standard_options(StandardTtkOptionsTests)
772772
class MenubuttonTest(AbstractLabelTest, unittest.TestCase):
773773
OPTIONS = (
774774
'class', 'compound', 'cursor', 'direction',

0 commit comments

Comments
 (0)