]> granicus.if.org Git - python/commit
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 12 May 2014 03:32:20 +0000 (23:32 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 12 May 2014 03:32:20 +0000 (23:32 -0400)
commit00b0bd55b4d615740e06ac4d445221a176da30f3
treea90f61a2935b9849d631c77e013674a25b3bf16d
parent8c166055f9ce245b755175f41585af1e9a95f24c
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
consolidating and improving human-validated tests of Idle. Change other files
as needed to work with htest.  Running the module as __main__ runs all tests.
Lib/idlelib/EditorWindow.py
Lib/idlelib/aboutDialog.py
Lib/idlelib/configSectionNameDialog.py
Lib/idlelib/idle_test/htest.py [new file with mode: 0644]
Misc/NEWS