summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test/test_configdialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-08-311-0/+1
|
* Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+6
|
* Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-031-4/+5
| | | | The update_idletasks solution was provided by Serhiy Storchaka.
* Issue #27044: stop test_idle from leaking by deleting callbacks.Terry Jan Reedy2016-05-161-0/+1
|
* Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-141-0/+32
Fix regression that this test would have caught.