[issue27732] IDLE tests should be quiet

2020-06-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27732] IDLE tests should be quiet

2016-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: > @support.requires_resource('audio')? The point is that the noise is extraneous and should be optional. I want the tests to run (quietly) when I run them with unittest (which is most of the time) and anytime -ugui is true (too few of the buildbots). It was

[issue27732] IDLE tests should be quiet

2016-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Bell-using files patched (module and test) autoexpand, parenmatch, replace, search, undo Bell-using files not patched (no test yet) debugger, editor, grep, history, pyshell, scrolled_list, zoomheight A second bonus is that the dummy bell function, instead of l

[issue27732] IDLE tests should be quiet

2016-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2eb84fe85889 by Terry Jan Reedy in branch 'default': Issue #27732: Silence test_idle with dummy bell functions. https://hg.python.org/cpython/rev/2eb84fe85889 -- nosy: +python-dev ___ Python tracker

[issue27732] IDLE tests should be quiet

2016-08-10 Thread Zachary Ware
Zachary Ware added the comment: You could guard the noisy tests with "@support.requires_resource('audio')" (however that is actually spelled :)). -- nosy: +zach.ware ___ Python tracker

[issue27732] IDLE tests should be quiet

2016-08-10 Thread Terry J. Reedy
New submission from Terry J. Reedy: IDLE uses tkinter.widget.bell() in various places to signal an exceptional situation. Examples include 'Find' when the target cannot be found and 'Expand word' when there is no expansion (or are no more expansions. [The tk manual page is http://www.tcl.tk/m