Skip to content

Commit

Permalink
bpo-21624: IDLE -- minor htest fixes (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed Jul 5, 2017
1 parent 7eb5883 commit 2000150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/browser.py
Expand Up @@ -215,7 +215,7 @@ def OnDoubleClick(self):
edit = file_open(self.file)
edit.gotoline(self.cl.methods[self.name])

def _class_browser(parent): #Wrapper for htest
def _class_browser(parent): # htest #
try:
file = __file__
except NameError:
Expand Down
1 change: 1 addition & 0 deletions Lib/idlelib/config_key.py
Expand Up @@ -293,5 +293,6 @@ def bind_ok(self, keys):
if __name__ == '__main__':
import unittest
unittest.main('idlelib.idle_test.test_config_key', verbosity=2, exit=False)

from idlelib.idle_test.htest import run
run(GetKeysDialog)

0 comments on commit 2000150

Please sign in to comment.