images/LOG_WARNING.png
author |
Edouard Tisserant <edouard.tisserant@gmail.com> |
|
Thu, 07 Apr 2022 07:40:32 +0200 |
branch | wxPython4 |
changeset 3447 |
65c5f66e9298 |
parent 997 |
d6da2ccafca4
|
permissions |
-rw-r--r-- |
Tests: add HTML report generation and a workaround to bad exception handling in sikuli.
In case of exception in python code, and since a thread is running
to observe stdout, sikuli was never terminated after an exception.
Unfortunately sys.exepthook doesn't work in that version of jython/sikuli.
Test are now written inside functions witch are passed to run_test to deal
with exception.