tests/projects/README.md
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 07 Apr 2022 07:40:32 +0200
branchwxPython4
changeset 3447 65c5f66e9298
parent 3416 53c66c4aefa3
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.
3415
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     1
Beremiz projects for non-automated testing
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     2
===
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     3
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     4
This directory contains unsorted projects used as manually executed test while working on particular topics.
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     5
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     6
c270b6c8162b Create README.md in tests
etisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     7