[Patches] [ python-Patches-1061904 ] fix for bug 878275 class MyTest(unittest.TestSuite)

SourceForge.net noreply at sourceforge.net
Sun Nov 7 16:51:38 CET 2004


Patches item #1061904, was opened at 2004-11-07 14:30
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1061904&group_id=5470

Category: Library (Lib)
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Irmen de Jong (irmen)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for bug 878275 class MyTest(unittest.TestSuite)

Initial Comment:
The docs on unittest, and the code comments, all seem
to indicate that testcases must be derived from
unittest.TestCase.
So to avoid strange errors, the TestLoader now checks this.

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-11-07 16:51

Message:
Logged In: YES 
user_id=469548

Applied a different patch that only checks for
unittest.TestSuite as rev 1.36 of unittest.py

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1061904&group_id=5470


More information about the Patches mailing list