forked from platformio/platformio-core
Add debug information when a test fails on Win/Py3.8
This commit is contained in:
@ -162,6 +162,7 @@ void unittest_uart_end(){}
|
||||
validate_cliresult(native_result)
|
||||
validate_cliresult(embedded_result)
|
||||
|
||||
print("native_result.output", native_result.output)
|
||||
assert all(f in native_result.output for f in ("setUp called", "tearDown called"))
|
||||
assert all(
|
||||
"[FAILED]" not in out for out in (native_result.output, embedded_result.output)
|
||||
|
Reference in New Issue
Block a user