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 Al.Sweigart
Recipients Al.Sweigart
Date 2015-04-16.22:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429222717.34.0.436460627497.issue23977@psf.upfronthosting.co.za>
In-reply-to
Content
As part of trying to understand the IDLE codebase, I'm taking a look at IDLE's unit tests.

-Added more specific messages when test_delegator.py's assertions fail.
-Added detail to the comments.
-Added an explicit test of the resetcache() method (which before was only tested as far as it was called when setdelegate() was called).

I've rerun the unit test on the existing source code and it passes.
History
Date User Action Args
2015-04-16 22:18:37Al.Sweigartsetrecipients: + Al.Sweigart
2015-04-16 22:18:37Al.Sweigartsetmessageid: <1429222717.34.0.436460627497.issue23977@psf.upfronthosting.co.za>
2015-04-16 22:18:37Al.Sweigartlinkissue23977 messages
2015-04-16 22:18:37Al.Sweigartcreate