Author gvanrossum
Recipients
Date 2003-01-08.14:03:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Two random suggestions:

- a blank line before each method, even trivial ones, even
the first one

- use assertEqual, not assertEquals

BTW, I see you've picked up on the convention that unit test
methods should not have doc strings. Good! (But they may
have comments.)
History
Date User Action Args
2007-08-23 15:19:35adminlinkissue662807 messages
2007-08-23 15:19:35admincreate