]> granicus.if.org Git - python/commit
[3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jul 2017 01:41:26 +0000 (21:41 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 01:41:26 +0000 (21:41 -0400)
commit0c4c65104c951c70f3a2a2fd1a45bdf6540f3a8e
tree30e02f53c89fe02265cd3adb6cc3ad7528613ebc
parent0243bea55dc340067247e635442f2a227705315a
[3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)

* In configdialog: Document causal pathways in create_page_general.
Move related functions to follow this. Simplify some attribute names.
* In test_configdialog: Add tests for load and helplist functions.
Coverage for the general tab is now complete, and 63% overall.
(cherry picked from commit 2bc8f0e)
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/mock_idle.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2017-07-25-01-28-35.bpo-31003.bYINVH.rst [new file with mode: 0644]