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.

作者 michael.foord
收信人 michael.foord
日期 2010-11-27.15:16:36
SpamBayes Score 0.0002821586
Marked as misclassified
Message-id <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za>
In-reply-to
内容
Reported by Konrad Delong.

class MyTest(unittest.TestCase):
    def setUp(self):
        raise Exception
    @unittest.expectedFailure
    def testSomething(self):
        assert False, "test method failed"




This code will report error, not expected failure.
历史
日期 用户 动作 参数
2010-11-27 15:16:38michael.foord修改recipients: + michael.foord
2010-11-27 15:16:38michael.foord修改messageid: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za>
2010-11-27 15:16:36michael.foord链接issue10548 messages
2010-11-27 15:16:36michael.foord创建