]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151743)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jun 2026 22:27:27 +0000 (00:27 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2026 22:27:27 +0000 (01:27 +0300)
commit87a349e3d4f29e9ca8d69c14d5f54c30c9c631a0
tree2d736fc7a26a15b62235cfaadbfa09fbc8ba0db2
parent232764e6078b7d6b21931a71cb22b2a226a365d4
[3.13] gh-151678: Add tests for tkinter.ttk methods (GH-151736) (GH-151743)

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>
* Fix regex in tests.

---------

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