-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tkinter tests for different events. #118778
Add Tkinter tests for different events. #118778
Conversation
These tests were intended to supplement #98592 and help to catch bugs similar to #118760, but this does not help. They are passed even if the bug is still here, the reproducibility of the bug depends not on the event itself, but on actions that were done before this. Anyway, there are now tests for creating the Event objects of different types, with different sets of attributes. This is a place and a template for adding more tests if this is needed (for example for #47655). |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit b683994) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
GH-119091 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit b683994) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-119095 is a backport of this pull request to the 3.12 branch. |
|
No description provided.