]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter.dnd (GH-151780)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jun 2026 13:08:55 +0000 (16:08 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 13:08:55 +0000 (16:08 +0300)
commit2a126a534b0253cf65fb6d06da0cce72eb2eaa23
tree26c3244b58b5840de7c3195098f56a70e5fa18bd
parentaa5b164577b325b785207c7d0440fb29d22f6c7d
gh-151678: Add tests for tkinter.dnd (GH-151780)

Drive the drag-and-drop protocol (dnd_start and the DndHandler enter/
motion/commit, leave/cancel and end callbacks).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_tkinter/test_dnd.py [new file with mode: 0644]