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 terry.reedy
Recipients JayKrish, Todd.Rovito, kbk, ncoghlan, philwebster, roger.serwy, terry.reedy
Date 2013-06-30.20:51:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372625483.23.0.0797534692247.issue18189@psf.upfronthosting.co.za>
In-reply-to
Content
The test_delegator patches were useful for working out and testing the use of the gui resource.

However, they are not appropriate for testing the Delegator class. It is a standalone class that has nothing to do with tkinter; in fact, the file has no imports. The test should be a normal text-only test. The only import needed is unittest.

Delegator has two unused methods. We can delete them, leaving just 4 methods to test.
History
Date User Action Args
2013-06-30 20:51:23terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, roger.serwy, Todd.Rovito, JayKrish, philwebster
2013-06-30 20:51:23terry.reedysetmessageid: <1372625483.23.0.0797534692247.issue18189@psf.upfronthosting.co.za>
2013-06-30 20:51:23terry.reedylinkissue18189 messages
2013-06-30 20:51:23terry.reedycreate