mirror of
https://github.com/python/cpython.git
synced 2025-08-25 03:04:55 +00:00
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.
This commit is contained in:
parent
9a6f8e1866
commit
cd567365c9
8 changed files with 110 additions and 80 deletions
|
@ -131,7 +131,7 @@ class GrepDialog(SearchDialogBase):
|
|||
self.top.withdraw()
|
||||
|
||||
|
||||
def _grep_dialog(parent): # for htest
|
||||
def _grep_dialog(parent): # htest #
|
||||
from idlelib.PyShell import PyShellFileList
|
||||
root = Tk()
|
||||
root.title("Test GrepDialog")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue