]> granicus.if.org Git - python/commit
bpo-31003: IDLE - Add more tests for General tab (#2859)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jul 2017 00:54:40 +0000 (20:54 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 00:54:40 +0000 (20:54 -0400)
commit2bc8f0e6867f59e5e8444b2bde99bb0fa3dbefc8
tree78946072316d95a5d036cdff438a298b8bd4f2cb
parent45bf723c6c591ec56a18dad8150ae89797450d8b
bpo-31003: IDLE - Add more tests for General tab (#2859)

* 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.
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]