gh-66819: More IDLE htest updates(3) (#112683)

Revise spec-callable pairs from percolator to end.
This commit is contained in:
Terry Jan Reedy 2023-12-03 23:45:56 -05:00 committed by GitHub
parent 09505c5c26
commit 5a1b5316af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 26 deletions

View file

@ -190,6 +190,13 @@ HelpSource_spec = {
"<Escape>, [Cancel], or [X] prints None to shell"
}
_helpwindow_spec = {
'file': 'help',
'kwds': {},
'msg': "If the help text displays, this works.\n"
"Text is selectable. Window is scrollable."
}
_io_binding_spec = {
'file': 'iomenu',
'kwds': {},
@ -312,14 +319,7 @@ _scrolled_list_spec = {
"Right clicking an item will display a popup."
}
show_idlehelp_spec = {
'file': 'help',
'kwds': {},
'msg': "If the help text displays, this works.\n"
"Text is selectable. Window is scrollable."
}
_stack_viewer_spec = {
_stackbrowser_spec = {
'file': 'stackviewer',
'kwds': {},
'msg': "A stacktrace for a NameError exception.\n"