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 michael.foord
Recipients duncf, eli.bendersky, eric.araujo, michael.foord
Date 2010-11-22.10:51:12
SpamBayes Score 0.0006693927
Marked as misclassified No
Message-id <1290423074.58.0.688909595219.issue10470@psf.upfronthosting.co.za>
In-reply-to
Content
Eli - I quite agree. TestProgram is a *particularly* obscure part of unittest. A much better solution (well - both would be ideal) would be to refactor the code so that it isn't so obscure.

TestProgram is an artefact of unittest's history and should be a series of functions rather than a class.
History
Date User Action Args
2010-11-22 10:51:14michael.foordsetrecipients: + michael.foord, eric.araujo, eli.bendersky, duncf
2010-11-22 10:51:14michael.foordsetmessageid: <1290423074.58.0.688909595219.issue10470@psf.upfronthosting.co.za>
2010-11-22 10:51:12michael.foordlinkissue10470 messages
2010-11-22 10:51:12michael.foordcreate