Skip to content
Prev Previous commit
Next Next commit
Update test_configdialog.py
  • Loading branch information
terryjreedy authored Jul 13, 2017
commit 255fd75097dbe22e2ed2015e939bb4c7dabedd6b
2 changes: 1 addition & 1 deletion Lib/idlelib/idle_test/test_configdialog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Test idlelib.configdialog.

Half the class creates dialog, half works with user customizations.
Coverage: 46% just by creating dialog, 56% with current tests.
Coverage: 46% just by creating dialog, 60% with current tests.
"""
from idlelib.configdialog import ConfigDialog, idleConf, changes
from test.support import requires
Expand Down