Created
May 19, 2023 04:39
-
-
Save chrstphrchvz/40b4af859a44f2f2efba2db370c2a10e to your computer and use it in GitHub Desktop.
Unreported Tkinter test failure on Tk 8.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Not sure if this is actually due to 8.7) | |
====================================================================== | |
FAIL: test_create_polygon (test.test_tkinter.test_widgets.CanvasTest.test_create_polygon) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/user/git/cpython/Lib/test/test_tkinter/test_widgets.py", line 861, in test_create_polygon | |
self.assertEqual(c.bbox(i1), (19, 9, 61, 51)) | |
AssertionError: Tuples differ: (18, 8, 62, 52) != (19, 9, 61, 51) | |
First differing element 0: | |
18 | |
19 | |
- (18, 8, 62, 52) | |
+ (19, 9, 61, 51) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment