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 philwebster
Recipients JayKrish, Todd.Rovito, philwebster, terry.reedy
Date 2013-06-22.02:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371868711.73.0.783966669191.issue18279@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the feedback Terry. I'm not seeing the traceback without '-ugui' either, so I'm going to look into that. I get the same results with requires('gui') moved inside of setUp, is that what you mean by wrapping?

For mock_ewin I used a real Text widget because RstripExtension uses index(), get(), and delete() and I was not able to figure out how the widget implemented these (is there a single string with the contents?). I can work on a non-gui test though if that's what needs to be done.

Thanks!
History
Date User Action Args
2013-06-22 02:38:31philwebstersetrecipients: + philwebster, terry.reedy, Todd.Rovito, JayKrish
2013-06-22 02:38:31philwebstersetmessageid: <1371868711.73.0.783966669191.issue18279@psf.upfronthosting.co.za>
2013-06-22 02:38:31philwebsterlinkissue18279 messages
2013-06-22 02:38:31philwebstercreate