summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_config.py
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-09-25 12:10:14 (GMT)
committerGitHub <noreply@github.com>2018-09-25 12:10:14 (GMT)
commit604e7b9931f9e7881a2941816e538f5f15930db8 (patch)
tree393ac360f1d76ab0afc2621c76d6b998e9813c60 /Lib/idlelib/idle_test/test_config.py
parent5b3cbcd4a041eeda935dd6d0c75f2d38111ed03d (diff)
downloadcpython-604e7b9931f9e7881a2941816e538f5f15930db8.zip
cpython-604e7b9931f9e7881a2941816e538f5f15930db8.tar.gz
cpython-604e7b9931f9e7881a2941816e538f5f15930db8.tar.bz2
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Diffstat (limited to 'Lib/idlelib/idle_test/test_config.py')
-rw-r--r--Lib/idlelib/idle_test/test_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/idle_test/test_config.py b/Lib/idlelib/idle_test/test_config.py
index f3d9f21..8c91972 100644
--- a/Lib/idlelib/idle_test/test_config.py
+++ b/Lib/idlelib/idle_test/test_config.py
@@ -356,11 +356,11 @@ class IdleConfTest(unittest.TestCase):
self.assertCountEqual(
conf.GetSectionList('default', 'main'),
- ['General', 'EditorWindow', 'Indent', 'Theme',
+ ['General', 'EditorWindow', 'PyShell', 'Indent', 'Theme',
'Keys', 'History', 'HelpFiles'])
self.assertCountEqual(
conf.GetSectionList('user', 'main'),
- ['General', 'EditorWindow', 'Indent', 'Theme',
+ ['General', 'EditorWindow', 'PyShell', 'Indent', 'Theme',
'Keys', 'History', 'HelpFiles'])
with self.assertRaises(config.InvalidConfigSet):
@@ -452,7 +452,7 @@ class IdleConfTest(unittest.TestCase):
self.assertCountEqual(
conf.RemoveKeyBindNames(conf.GetSectionList('default', 'extensions')),
- ['AutoComplete', 'CodeContext', 'FormatParagraph', 'ParenMatch','ZzDummy'])
+ ['AutoComplete', 'CodeContext', 'FormatParagraph', 'ParenMatch', 'ZzDummy'])
def test_get_extn_name_for_event(self):
userextn.read_string('''