[issue18104] Idle: make human-mediated GUI tests usable

Terry J. Reedy report at bugs.python.org
Fri Mar 14 04:36:12 CET 2014


Terry J. Reedy added the comment:

After correcting bugs in the 'explaining with code' posted before, and making a few other changes, the attached 3.3 diff works. The main substantive change is that I added a parameter to the class to move the tested dialog under the toplevel driver so the test message would be visible. The default for this dialog is centered over the parent (normally the config dialog).

If I still like this design after adding a couple more tests and a run_all function, I  will commit it.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file34410/18104-htest1.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18104>
_______________________________________


More information about the Python-bugs-list mailing list