]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Jun 2026 06:17:16 +0000 (09:17 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 06:17:16 +0000 (06:17 +0000)
commitce147129c183b934800b539c9a85b7d6bf44ae5d
tree72aa0afabc0f28da5dfa98f34b229ae8d96dd5a0
parent3f09a175ad022ca7ccdbb8583a0c137d493533ef
gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960)

Decorate ttk.MenubuttonTest with add_configure_tests() and make
ttk.OptionMenuTest inherit it to cover the standard widget options.
Lib/test/test_ttk/test_extensions.py
Lib/test/test_ttk/test_widgets.py