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

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