This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2016-10-31.21:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477948919.57.0.703261528011.issue28572@psf.upfronthosting.co.za>
In-reply-to
Content
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 update calls.  Explicit root.update call can be added if needed.  I also want to test without making the dialog visible.  This is a problem for at least some event_generate calls, but their seem to be (mostly) better options.  Buttons and Radiobuttons for both tk and ttk have an invoke method that works fine.  Entry widget insert seems to work also to trigger that test action.

Attached are partial tests for two of the four main tabs.
History
Date User Action Args
2016-10-31 21:22:00terry.reedysetrecipients: + terry.reedy
2016-10-31 21:21:59terry.reedysetmessageid: <1477948919.57.0.703261528011.issue28572@psf.upfronthosting.co.za>
2016-10-31 21:21:59terry.reedylinkissue28572 messages
2016-10-31 21:21:59terry.reedycreate