[Patches] [ python-Patches-662807 ] Port tests to unittest
SourceForge.net
noreply@sourceforge.net
Thu, 09 Jan 2003 07:32:15 -0800
Patches item #662807, was opened at 2003-01-05 15:50
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=662807&group_id=5470
Category: Tests
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Port tests to unittest
Initial Comment:
This patch ports the three tests test_pow.py,
test_charmapcodec.py and test_userdict.py to unittest.
----------------------------------------------------------------------
Comment By: Walter Dörwald (doerwalter)
Date: 2003-01-08 14:05
Message:
Logged In: YES
user_id=89016
test_b1 and test_b2 are combined into test_builtin now
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2003-01-08 09:03
Message:
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.)
----------------------------------------------------------------------
Comment By: Walter Dörwald (doerwalter)
Date: 2003-01-07 11:37
Message:
Logged In: YES
user_id=89016
test_b1.py has been ported too.
----------------------------------------------------------------------
Comment By: Walter Dörwald (doerwalter)
Date: 2003-01-05 15:56
Message:
Logged In: YES
user_id=89016
The patch is hard to read, so I'll upload all three test scripts.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=662807&group_id=5470