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 ncoghlan
Recipients JayKrish, Todd.Rovito, Tomoki.Imai, ezio.melotti, francismb, ncoghlan, ned.deily, r.david.murray, roger.serwy, terry.reedy, tshepang
Date 2013-05-15.22:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cD4d5Y3RKWUOUZNscNXjtWErVfV-hPo4WbDfpVJTOwiA@mail.gmail.com>
In-reply-to <1368641217.02.0.828186620622.issue15392@psf.upfronthosting.co.za>
Content
Terry, the unittest and regrtest command lines are *built* for TDD - you
rely on test discovery and selection to run the appropriate tests for what
you're working on.

However, the point about F5 in IDLE is well made, and a reasonable
rationale for ensuring at least the IDLE implementation files support
running their tests that way.

While it doesn't need to be extensive, it would be good to capture some of
these points in a Idle/idle_tests/README file.
History
Date User Action Args
2013-05-15 22:01:43ncoghlansetrecipients: + ncoghlan, terry.reedy, ned.deily, ezio.melotti, roger.serwy, r.david.murray, Todd.Rovito, tshepang, francismb, JayKrish, Tomoki.Imai
2013-05-15 22:01:43ncoghlanlinkissue15392 messages
2013-05-15 22:01:43ncoghlancreate