fix test_lib.py for SkipTest
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
150ce63ccf
commit
41296adb69
@ -182,7 +182,7 @@ class RyuTestResult(result.TextTestResult):
|
||||
if stream is not None:
|
||||
if self.showAll:
|
||||
message = [label]
|
||||
detail = result._exception_details(err[1])
|
||||
detail = result._exception_detail(err[1])
|
||||
if detail:
|
||||
message.append(detail)
|
||||
stream.writeln(": ".join(message))
|
||||
|
Loading…
Reference in New Issue
Block a user