[issue1467] error in TestResult.addError and TestResult.addFailure

2007-11-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, this is now fixed in the development docs (r59165). -- nosy: +georg.brandl resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1467 __

[issue1467] error in TestResult.addError and TestResult.addFailure

2007-11-19 Thread Raghuram Devarakonda
New submission from Raghuram Devarakonda: The page at http://docs.python.org/dev/library/unittest.html#module-unittest says: - TestResult.addError(test, err) Called when the test case test raises an unexpected exception err is a tuple of the form returned by sys.exc_info():