]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 16:58:14 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 16:58:14 +0000 (16:58 +0000)
commit640c5f4a97d2a5784badf2ac7eee43885196cd73
tree45458640ae55e6134cb7bfe3829d91d5d2765f48
parent704c4c79e8485c20fb59cea1acec005f365a4fca
[3.13] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960) (GH-151965)

Decorate ttk.MenubuttonTest with add_configure_tests() and make
ttk.OptionMenuTest inherit it to cover the standard widget options.
(cherry picked from commit ce147129c183b934800b539c9a85b7d6bf44ae5d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_ttk/test_extensions.py
Lib/test/test_ttk/test_widgets.py