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

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