Issue #21477: Idle htest: modify run; add more tests.

Patch by Saimadhav Heblikar. 2.7 version will follow.
This commit is contained in:
Terry Jan Reedy 2014-05-25 18:44:05 -04:00
parent e1d54e5f8e
commit a2fc99ecea
9 changed files with 160 additions and 79 deletions

View file

@ -1,6 +1,5 @@
import os
import sys
import re
import importlib.machinery
from idlelib.TreeWidget import TreeItem
@ -97,6 +96,7 @@ class DirBrowserTreeItem(TreeItem):
def _path_browser(parent):
flist = PyShellFileList(parent)
PathBrowser(flist, _htest=True)
parent.mainloop()
if __name__ == "__main__":
from unittest import main