Author gvanrossum
Recipients
Date 2005-12-31.00:50:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

While I haven't reviewed the code, I am +1 on the intent of
the patch. Subclassing TestCase (and other unittest
classes!) is often a pain due to too much abstraction.

(In retrospect, unittest.py is really way too close a
translation of the Java junit package.  Too bad.)
History
Date User Action Args
2007-08-23 15:45:01adminlinkissue1388073 messages
2007-08-23 15:45:01admincreate