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.

classification
Title: fix for bug 878275 class MyTest(unittest.TestSuite)
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: irmen, jlgijsbers
Priority: normal Keywords: patch

Created on 2004-11-07 13:30 by irmen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest.patch irmen, 2004-11-07 13:30 patch for src/Lib/unittest.py
Messages (2)
msg47229 - (view) Author: Irmen de Jong (irmen) (Python triager) Date: 2004-11-07 13:30
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.
msg47230 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-11-07 15:51
Logged In: YES 
user_id=469548

Applied a different patch that only checks for
unittest.TestSuite as rev 1.36 of unittest.py
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41137
2004-11-07 13:30:07irmencreate