]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter.ttk methods (GH-151736) main
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Jun 2026 15:45:39 +0000 (18:45 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 15:45:39 +0000 (18:45 +0300)
commit7d4a0aad7be3cfb367b8977a03a64e754577d5f0
tree1b62f31142df648ca8a8f326e052310aa86d5100
parent23793ac211371415eaf9491fef031f121969dfb3
gh-151678: Add tests for tkinter.ttk methods (GH-151736)

Cover previously-untested ttk methods:

* Progressbar.step, start and stop;
* Treeview.parent, next, prev, see and identify_element;
* Style.theme_settings;
* OptionMenu.set_menu.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Lib/test/test_ttk/test_extensions.py
Lib/test/test_ttk/test_style.py
Lib/test/test_ttk/test_widgets.py