[issue28572] IDLE: add tests for config dialog.

2017-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: The macOS issue appears to be fixed. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue28572] IDLE: add tests for config dialog.

2017-06-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +IDLE ___ Python tracker ___ ___

[issue28572] IDLE: add tests for config dialog.

2016-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset f604b6ebd802 by Terry Jan Reedy in branch '3.6': Issue #28572: Use system-specific values for configdialog font test https://hg.python.org/cpython/rev/f604b6ebd802 -- ___ Python tracker

[issue28572] IDLE: add tests for config dialog.

2016-11-07 Thread Ned Deily
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:

[issue28572] IDLE: add tests for config dialog.

2016-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d6440718eb30 by Terry Jan Reedy in branch '3.6': Issue #28572: Add 10% to coverage of IDLE's test_configdialog. https://hg.python.org/cpython/rev/d6440718eb30 -- nosy: +python-dev ___ Python tracker

[issue28572] IDLE: add tests for config dialog.

2016-10-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: msg279176 of #27755 describe experiments with ttk.combobox. -- ___ Python tracker ___

[issue28572] IDLE: add tests for config dialog.

2016-10-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: Patch makes two types of change to configdialog. 1. Make tested widgets visible to their methods can be called. 2. Delete an erroneous command argument for General tab radiobutton. Calling SetKeysType on the General tab just redid adjustments on the Keys

[issue28572] IDLE: add tests for config dialog.

2016-10-31 Thread Terry J. Reedy
New submission from Terry J. Reedy: The current test_configdialog creates an instance of ConfigDialog. Time to add some real tests so I can comfortably work on multiple other configdialog issues. The challenge is to do it so tests run without a blocking mainloop call and without IDLE's tcl