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.
This commit is contained in:
Terry Jan Reedy 2017-07-26 20:54:40 -04:00 committed by GitHub
parent 45bf723c6c
commit 2bc8f0e686
4 changed files with 379 additions and 197 deletions

View file

@ -0,0 +1 @@
IDLE: Add more tests for General tab.