[issue15392] Create a unittest framework for IDLE

Terry J. Reedy report at bugs.python.org
Thu May 16 05:30:35 CEST 2013


Terry J. Reedy added the comment:

New patch: I renamed Itest to idle_test everywhere and re-ran tests; removed try-except from test_pathbrowser.py; and renamed @template to @README and rewrote. It applies cleanly to 3.4 on my system. The only problem applying to 2.7 is CallTips.py, which has different test code at the end. That will be easily fixed.

----------
Added file: http://bugs.python.org/file30276/idletest2.diff

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


More information about the Python-bugs-list mailing list