[issue18103] Create a GUI test framework for Idle

Nick Coghlan report at bugs.python.org
Sun Jun 16 07:20:56 CEST 2013


Nick Coghlan added the comment:

Indeed, I think the most sensible course here is to require the use of regrtest to run the GUI tests. Our other resource-dependent tests all fall into that category already.

If the stdlib unittest provided a resource system, we'd rewrite the regrtest resource system to be based on that instead, but that's not currently the case.

----------

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


More information about the Python-bugs-list mailing list