]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151742)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jun 2026 16:12:34 +0000 (18:12 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 16:12:34 +0000 (16:12 +0000)
commitc9ff76fec43830faa3f6f3612e1105095a372250
tree3943466e4ab1241d44b69b8f8d5620a32d8b9435
parentc843def5cc43002732afdf8d681b80f9a2dd39fd
[3.14] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151742)

Cover previously-untested ttk methods:

* Progressbar.step, start and stop;
* Treeview.parent, next, prev, see and identify_element;
* Style.theme_settings;
* OptionMenu.set_menu.
(cherry picked from commit 7d4a0aad7be3cfb367b8977a03a64e754577d5f0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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