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 pitrou
Recipients agoucher, pitrou
Date 2008-01-28.15:09:59
SpamBayes Score 0.010666323
Marked as misclassified No
Message-id <1201533007.1.0.763669847767.issue1955@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really understand what problem you are trying to solve. Can you
attach a sample script to show it more clearly?

Also, the only thing your patch does is rename Test(Case|Suite)
references to unittest.Test(Case|Suite)... I doubt it would have any
effect unless you were monkeypatching the unittest module to replace
those classes with other ones (which should certainly be considered very
dirty ;-)).
History
Date User Action Args
2008-01-28 15:10:07pitrousetspambayes_score: 0.0106663 -> 0.010666323
recipients: + pitrou, agoucher
2008-01-28 15:10:07pitrousetspambayes_score: 0.0106663 -> 0.0106663
messageid: <1201533007.1.0.763669847767.issue1955@psf.upfronthosting.co.za>
2008-01-28 15:10:00pitroulinkissue1955 messages
2008-01-28 15:10:00pitroucreate