robot-testing-framework icon indicating copy to clipboard operation
robot-testing-framework copied to clipboard

On Syntax error Python test fails with a not helpful message

Open traversaro opened this issue 10 years ago • 1 comments

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 avatar May 12 '15 07:05 traversaro

@traversaro The Pyhton traceback has not been implemented! (in progress) Lua and Ruby should be fine!

apaikan avatar May 15 '15 13:05 apaikan