]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add more tests for tkinter.dnd (GH-152362)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 Jun 2026 07:09:07 +0000 (10:09 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 07:09:07 +0000 (07:09 +0000)
commit389e00f13fb5b20b424980b08678753441db7529
treecec95c2b155bc25d94f41c7d6d90d2d1fdec57b2
parent11b394381f30815a8ad0123afb0a55e7a0369f79
gh-151678: Add more tests for tkinter.dnd (GH-152362)

Cover the drag cursor, the Motion and ButtonRelease bindings, switching
between targets, the target search up the master chain, dnd_accept()
returning None, and restarting after a drag has finished.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_tkinter/test_dnd.py