]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for tkinter.filedialog (GH-151781)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jun 2026 13:21:19 +0000 (16:21 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 13:21:19 +0000 (13:21 +0000)
commit58fd9ec3cfe0d588db97eb98c0dc7fdb0256be76
tree99448ae163b020b7918b782111194bef0af32cf9
parent2a126a534b0253cf65fb6d06da0cce72eb2eaa23
gh-151678: Add tests for tkinter.filedialog (GH-151781)

Exercise the native dialogs (Open, SaveAs and Directory) through the
_test_callback seam without opening them, and test the pure-Python
FileDialog selection, filter and ok/cancel logic without entering its
modal loop.

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