]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151678: Add tests for tkinter widget virtual events (GH-151793) (GH-151807)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2026 14:56:01 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 14:56:01 +0000 (14:56 +0000)
commit15f9e62df37bd4b1220d0d6db53fe6f2d1b11fea
treefddfbd8a0cf9cdfc1cc896b85f0e4c5878486e96
parentb9bd1482a5c5a1669a503310b2c4a7460ae88e70
[3.13] gh-151678: Add tests for tkinter widget virtual events (GH-151793) (GH-151807)

Verify the virtual events that widgets emit in response to user
interaction, driven by generated events: <<ListboxSelect>> (Listbox),
<<Increment>> and <<Decrement>> (ttk Spinbox), and <<TreeviewSelect>>,
<<TreeviewOpen>> and <<TreeviewClose>> (ttk Treeview).
(cherry picked from commit e51b616efff845ea2a7d312aa43d5f5100064d88)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_tkinter/test_widgets.py
Lib/test/test_ttk/test_widgets.py