[issue28572] IDLE: add tests for config dialog.

Ned Deily report at bugs.python.org
Mon Nov 7 19:09:21 EST 2016


Ned Deily added the comment:

test_idle now fails (macOS 10.12, Tcl/Tk 8.6):

test test_idle failed -- Traceback (most recent call last):
  File "./lib/python3.7/idlelib/idle_test/test_configdialog.py", line 62, in test_font
    self.assertEqual(changes, expected)
AssertionError: Lists differ: [('ma[70 chars]ont-size', '11'), ('main', 'EditorWindow', 'font-bold', False)] != [('ma[70 chars]ont-size', '10'), ('main', 'EditorWindow', 'font-bold', False)]

First differing element 1:
('main', 'EditorWindow', 'font-size', '11')
('main', 'EditorWindow', 'font-size', '10')

  [('main', 'EditorWindow', 'font', 'Test Font'),
-  ('main', 'EditorWindow', 'font-size', '11'),
?                                          ^

+  ('main', 'EditorWindow', 'font-size', '10'),
?                                          ^

   ('main', 'EditorWindow', 'font-bold', False)]

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28572>
_______________________________________


More information about the Python-bugs-list mailing list