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 belopolsky
Recipients belopolsky, benjamin.peterson, gpolo, josm, loewis, pitrou, scott.dial
Date 2010-12-09.05:45:44
SpamBayes Score 0.0003977402
Marked as misclassified No
Message-id <1291873546.61.0.0777346114573.issue1706039@psf.upfronthosting.co.za>
In-reply-to
Content
The tests need to be cleaned up a little.  The setup code should go to setUp() method and instead of calling different methods in a loop with a switch over method names, it should just have a separate test_ method for each method tested.  A "with" statement can also reduce some boilerplate.
History
Date User Action Args
2010-12-09 05:45:46belopolskysetrecipients: + belopolsky, loewis, scott.dial, pitrou, josm, benjamin.peterson, gpolo
2010-12-09 05:45:46belopolskysetmessageid: <1291873546.61.0.0777346114573.issue1706039@psf.upfronthosting.co.za>
2010-12-09 05:45:44belopolskylinkissue1706039 messages
2010-12-09 05:45:44belopolskycreate