mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #21477: Idle htest: modify run; add more tests.
Patch by Saimadhav Heblikar. 2.7 version will follow.
This commit is contained in:
parent
e1d54e5f8e
commit
a2fc99ecea
9 changed files with 160 additions and 79 deletions
|
@ -13,7 +13,6 @@ XXX TO DO:
|
|||
import os
|
||||
import sys
|
||||
import pyclbr
|
||||
import re
|
||||
|
||||
from idlelib import PyShell
|
||||
from idlelib.WindowList import ListedToplevel
|
||||
|
@ -223,6 +222,7 @@ def _class_browser(parent): #Wrapper for htest
|
|||
name = os.path.splitext(file)[0]
|
||||
flist = PyShell.PyShellFileList(parent)
|
||||
ClassBrowser(flist, name, [dir], _htest=True)
|
||||
parent.mainloop()
|
||||
|
||||
if __name__ == "__main__":
|
||||
from idlelib.idle_test.htest import run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue