[issue27636] Refactor IDLE htest

2017-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Htest should extract version from __file__, and module from spec, and display both. -- versions: +Python 3.7 ___ Python tracker ___ ___

[issue27636] Refactor IDLE htest

2016-07-27 Thread Terry J. Reedy
New submission from Terry J. Reedy: idlelib.idle_test.htest Extract a App(Tk) subclass from run function and nested function. Pass that as master instead of bare root. Extract HTest(Toplevel) class with the common code in files with an htest function. Attach HTest to App as an attribute so ht