[issue21477] Idle: improve idle_test.htest

2019-03-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21477] Idle: improve idle_test.htest

2014-06-01 Thread Ned Deily
Ned Deily added the comment: this patch includes a call to macosxSupport. _initializeTkVariantTests(root) in htest.run. Does this work on mac or is something else needed (like doing the same for individual tests that create another root)? That looks good and, in a quick spot check running a

[issue21477] Idle: improve idle_test.htest

2014-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 334b6725b2f7 by Terry Jan Reedy in branch '2.7': Issue #21477: Update htest docstring and remove extraneous differences between http://hg.python.org/cpython/rev/334b6725b2f7 New changeset e56c3585ea80 by Terry Jan Reedy in branch '3.4': Issue

[issue21477] Idle: improve idle_test.htest

2014-05-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: I regard the goal of this issue as having been accomplished. I opened #21624 for any further work on htests. -- resolution: - fixed stage: needs patch - resolved status: open - closed superseder: - Idle: polish htests

[issue21477] Idle: improve idle_test.htest

2014-05-30 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35411/htest-docstring-34.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-30 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35412/htest-docstring-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-28 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Summary for htest-28052014-34.diff and htest-28052014-27.diff 1. Add htest for GrepDialog,UndoDelegator and configDialog 2. Makes changes to the way the help string is displayed. The label has been replaced by a text widget made to look like a label, and

[issue21477] Idle: improve idle_test.htest

2014-05-28 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35387/htest-28052014-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 90dab7696e89 by Terry Jan Reedy in branch '2.7': Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. http://hg.python.org/cpython/rev/90dab7696e89 New changeset d90905960803 by Terry Jan Reedy in branch '3.4': Issue #21477:

[issue21477] Idle: improve idle_test.htest

2014-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned, this patch includes a call to macosxSupport. _initializeTkVariantTests(root) in htest.run. Does this work on mac or is something else needed (like doing the same for individual tests that create another root)? --

[issue21477] Idle: improve idle_test.htest

2014-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72a8a107eed1 by Terry Jan Reedy in branch '2.7': Issue #21477: Idle htest: modify run; add more tests. http://hg.python.org/cpython/rev/72a8a107eed1 -- ___ Python tracker rep...@bugs.python.org

[issue21477] Idle: improve idle_test.htest

2014-05-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset e770d8c4291c by Terry Jan Reedy in branch '2.7': Issue #21477: Add htests for Search and Replace dialogs. http://hg.python.org/cpython/rev/e770d8c4291c New changeset b8e4bb1e1090 by Terry Jan Reedy in branch '3.4': Issue #21477: Add htests for

[issue21477] Idle: improve idle_test.htest

2014-05-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think it time to make running through all or just some of the tests more pleasant. If we reversed the order [next], [test name], test instruction, then [next] would not just up and down. If the window were set to a constant width, then it would not jump

[issue21477] Idle: improve idle_test.htest

2014-05-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned, I recently saw that some of the builtin extensions call macosxsupport. I though then that it would be better if such calls were somehow handled automatically. I have no idea how and when to make them and so I don't know if the existing calls are needed

[issue21477] Idle: improve idle_test.htest

2014-05-26 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Summary for htest-26052014-34.diff and htest-26052014-27.diff 1. Adds htest for ReplaceDialog and SearchDialog 2. Removes the two canvases in TreeWidget as per code review comment. Now there is only a single ScrollableCanvas 3. Some text changes in spec

[issue21477] Idle: improve idle_test.htest

2014-05-26 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35369/htest-26052014-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-26 Thread Ned Deily
Ned Deily added the comment: 2. Htest's for GrepDialog, outputwindow, configDialog and Filelist are not progressing because of assert statements in macosxsupport.py. The asserts are to ensure that none of the Tk-variant tests (isCarbonTk(), isCocoaTk(), et al) are called before

[issue21477] Idle: improve idle_test.htest

2014-05-25 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Modifications in htest-25052014.diff 1. ClassBrowser, PathBrowser, EditorWindow no longer close parent when closed 2. Sample code in _color_delegator changed to string, instead of reading from file. 3. String text change for Tooltip. 4. Adds htest for

[issue21477] Idle: improve idle_test.htest

2014-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7eea8f608c2 by Terry Jan Reedy in branch '3.4': Issue #21477: Idle htest: modify run; add more tests. http://hg.python.org/cpython/rev/d7eea8f608c2 -- ___ Python tracker rep...@bugs.python.org

[issue21477] Idle: improve idle_test.htest

2014-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: 0. I pushed a slight revision of the patch. See 2) for the main change. In htest, I also did 3), corrected some line spacing issues, and changed 'focussing' to the US spelling 'focusing'. A tested 2.7 version of the attached, htest-25052014-34.py, is top

[issue21477] Idle: improve idle_test.htest

2014-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Yes, remove unscrollable (test2) tree widget (review response). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-25 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35364/htest-25052014-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: run-runall.diff import cleanly to 3.4. Running all the tests works well enough that I am applying this, with minor changes, to be a base for further patches. Good job. The few problems I fixed: 1. AutoCompleteWindow.py had \n added at the beginning. I just

[issue21477] Idle: improve idle_test.htest

2014-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since I wanted to get this large patch applied as a basis for further work, I went ahead with the 2.7 backport. I am listing the issues in converting run-runall-34.diff to run-runall-27.diff to help Saimadhav do this in the future. 1. /tkinter/Tkinter/ 7

[issue21477] Idle: improve idle_test.htest

2014-05-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ece24bcd1a6f by Terry Jan Reedy in branch '2.7': Issue #21477: Idle htest: merge and modify run and runall; add many tests. http://hg.python.org/cpython/rev/ece24bcd1a6f New changeset 038cbbef4539 by Terry Jan Reedy in branch '3.4': Issue #21477:

[issue21477] Idle: improve idle_test.htest

2014-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I just discovered today that Rietveld can do diffs between diffs, so to speak. For example, http://bugs.python.org/review/21477/diff2/11941:11942/Lib/idlelib/idle_test/htest.py showed the changes between patched htest in 3.4 and 2.7. --

[issue21477] Idle: improve idle_test.htest

2014-05-23 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +jesstess ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___ ___ Python-bugs-list

[issue21477] Idle: improve idle_test.htest

2014-05-23 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Posting a cumulative patch of all htest written so far. They include IOBinding, Tooltips, MultiStatusbar, tabbedpages, objectbrowser, scrolledlist, dynOptionWidget, treewidget, widgetredirector, colordelegator, calltip and multicall, besides aboutDialog,

[issue21477] Idle: improve idle_test.htest

2014-05-23 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35335/run-runall.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___

[issue21477] Idle: improve idle_test.htest

2014-05-23 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Removed file: http://bugs.python.org/file35302/about+classbrowser+cfghelpsrcedit+pathbrowser+textview.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477

[issue21477] Idle: improve idle_test.htest

2014-05-20 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Adds spec dicts for aboutDialog, ClassBrowser, PathBrowser, textView and configHelpSourceEdit and modifies the related modules appropriately. The spec dicts(and the tests relating to) for editorwindow and help dialog have not been modified in this patch.

[issue21477] Idle: improve idle_test.htest

2014-05-20 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Removed file: http://bugs.python.org/file35301/about+classbrowser+cfghelpsrcedit+pathbrowser+textview.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477

[issue21477] Idle: improve idle_test.htest

2014-05-20 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35302/about+classbrowser+cfghelpsrcedit+pathbrowser+textview.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477

[issue21477] Idle: improve idle_test.htest

2014-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 33a39dfc239e by Terry Jan Reedy in branch '2.7': Issue #21477: idle htests - lower case function names, other cleanups. http://hg.python.org/cpython/rev/33a39dfc239e New changeset 7c70198ec48e by Terry Jan Reedy in branch '3.4': Issue #21477: idle

[issue21477] Idle: improve idle_test.htest

2014-05-16 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- title: Idle: improve idle_test,htest - Idle: improve idle_test.htest ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21477 ___