]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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 12:10:18 +0000 (14:10 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 12:10:18 +0000 (15:10 +0300)
commit1deffc37fd0b95f86f2ea43cedb1f9b2dc7a1d2d
tree0bc2c5a60eb9808c1e73384e110aac5473c6dff3
parentd6fd5378e33fd1e360c0dbcfe54dcbc65f06b4c1
[3.15] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960) (GH-151963)

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