kopia lustrzana https://github.com/micropython/micropython-lib
unittest: Reinstate useful debugger helper.
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>pull/488/head
rodzic
dedfe2dcd4
commit
dc788f4e50
|
@ -237,6 +237,8 @@ def run_class(c, test_result):
|
|||
exceptions.append(capture_exc(ex))
|
||||
print(" FAIL")
|
||||
test_result.failuresNum += 1
|
||||
# Uncomment to investigate failure in detail
|
||||
# raise
|
||||
continue
|
||||
finally:
|
||||
tear_down()
|
||||
|
|
Ładowanie…
Reference in New Issue