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 gvanrossum
Recipients JonoDiCarlo, gvanrossum
Date 2007-09-14.19:53:25
SpamBayes Score 0.017662264
Marked as misclassified No
Message-id <1189799606.27.0.516672952439.issue1163@psf.upfronthosting.co.za>
In-reply-to
Content
This is a good start, but I think that instead of using global variables
and functions, you should try to turn all those into instance variables
(of the ThreadTest class).  That way the tests are truly independent. 
Initialization should be taken care of in setUp().
History
Date User Action Args
2007-09-14 19:53:26gvanrossumsetspambayes_score: 0.0176623 -> 0.017662264
recipients: + gvanrossum, JonoDiCarlo
2007-09-14 19:53:26gvanrossumsetspambayes_score: 0.0176623 -> 0.0176623
messageid: <1189799606.27.0.516672952439.issue1163@psf.upfronthosting.co.za>
2007-09-14 19:53:26gvanrossumlinkissue1163 messages
2007-09-14 19:53:25gvanrossumcreate