This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JayKrish
Recipients JayKrish
Date 2013-06-11.11:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370950219.82.0.574615156859.issue18189@psf.upfronthosting.co.za>
In-reply-to
Content
Continuing the IDLE unittest framework initiated in http://bugs.python.org/issue15392.

A small unit test for IDLE Delegator.py module. This patch introduces a test module named test_delegator.py inside Lib/idlelib/idle_test, considering the points README file in idle_test. The test method test_setdelegate() simply passes a text widget to Delegator by calling setdelegate(), and test the widget returned by getdelegate() for the same.
History
Date User Action Args
2013-06-11 11:30:19JayKrishsetrecipients: + JayKrish
2013-06-11 11:30:19JayKrishsetmessageid: <1370950219.82.0.574615156859.issue18189@psf.upfronthosting.co.za>
2013-06-11 11:30:19JayKrishlinkissue18189 messages
2013-06-11 11:30:19JayKrishcreate