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 r.david.murray
Recipients JayKrish, Todd.Rovito, Tomoki.Imai, ezio.melotti, francismb, ncoghlan, ned.deily, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-04-22.16:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366647327.61.0.715659491847.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
I think the issue of whether/how to test Python2 idle should be discussed on idle-dev.  One strategy is to make the tests backward compatible (so no mock).  Another possible strategy is to have an extra bit of test framework for IDLE in 2.7 that copies the tests and mock from another location in order to run tests against 2.7.  That is, the tests wouldn't be an official part of the 2.7 repro and would not be run by the buildbots.  The reason for doing that would be to allow the Python3 tests to be as rich as possible while still doing some testing on 2.7.  But that's just a thought experiment, as I said I think the full strategy should be hashed out on idle-dev (I'm not a member of that list :)
History
Date User Action Args
2013-04-22 16:15:27r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, Todd.Rovito, tshepang, francismb, JayKrish, Tomoki.Imai
2013-04-22 16:15:27r.david.murraysetmessageid: <1366647327.61.0.715659491847.issue15392@psf.upfronthosting.co.za>
2013-04-22 16:15:27r.david.murraylinkissue15392 messages
2013-04-22 16:15:27r.david.murraycreate