消息 [122530]
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:38 | michael.foord | 修改 | recipients:
+ michael.foord |
| 2010-11-27 15:16:38 | michael.foord | 修改 | messageid: <1290870998.37.0.268172055445.issue10548@psf.upfronthosting.co.za> |
| 2010-11-27 15:16:36 | michael.foord | 链接 | issue10548 messages |
| 2010-11-27 15:16:36 | michael.foord | 创建 | |
|