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 purcell
Recipients benjamin.peterson, gvanrossum, purcell, rhettinger
Date 2008-04-09.17:29:47
SpamBayes Score 0.16000287
Marked as misclassified No
Message-id <1207762189.69.0.306725605052.issue2578@psf.upfronthosting.co.za>
In-reply-to
Content
Hey, I came to Python from Perl, Java *and* C++!  I'm pretty sure the 
xUnits in all those other languages hold to the same basic API.

Adding more TestLoaders/TestRunners sounds like an excellent move.  I'd 
expect that once those common conveniences have been provided for, the 
core TestSuite/TestCase scheme will continue to be helpful.

I could certainly envisage the provision of convenience decorators that 
would remove some of the typical subclassing boilerplate  by 
transforming plain functions into TestCases.

I was recently sent a fun paper describing a mechanism for transforming 
doctests into 'unittest' tests, so there's obviously a lot of scope for 
fun additions and changes.

I'll be interested to see what people come up with, and to help a little 
if and when I can.
History
Date User Action Args
2008-04-09 17:29:50purcellsetspambayes_score: 0.160003 -> 0.16000287
recipients: + purcell, gvanrossum, rhettinger, benjamin.peterson
2008-04-09 17:29:49purcellsetspambayes_score: 0.160003 -> 0.160003
messageid: <1207762189.69.0.306725605052.issue2578@psf.upfronthosting.co.za>
2008-04-09 17:29:48purcelllinkissue2578 messages
2008-04-09 17:29:47purcellcreate