gh-151678: Add tests for tkinter.simpledialog#151856
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
It was split from PR #151848. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
GH-151859 is a backport of this pull request to the 3.14 branch. |
|
GH-151860 is a backport of this pull request to the 3.13 branch. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-151869 is a backport of this pull request to the 3.15 branch. |
Add tests for
tkinter.simpledialog, coveringSimpleDialog(the message and the buttons, the default button,go(), the<Return>and window-close bindings and the bell paths), theDialogbase class (the OK/Cancel button box andresult), the query dialogs (validation, range checks, initial value, masking, and theaskinteger/askfloat/askstringfunctions), and the default-root handling.