robot-testing-framework
robot-testing-framework copied to clipboard
On Syntax error Python test fails with a not helpful message
If I have a Syntax Error in my test, the test fails with the following message:
1: Test case geometry.py started...
1: [INFO] (geometry.py) reports: Running test testInnerProductInvariance
1: [INFO] (geometry.py) reports: Running test testTransformInverse
1: [ERROR] (geometry.py) asserts error with exception: Cannot call the run() method because Syntax Error!
1: Test case geometry.py failed!
I still have to understand why it does not print a more helpful message.
@traversaro The Pyhton traceback has not been implemented! (in progress) Lua and Ruby should be fine!