Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Syntax error Python test fails with a not helpful message #24

Open
traversaro opened this issue May 12, 2015 · 1 comment
Open

On Syntax error Python test fails with a not helpful message #24

traversaro opened this issue May 12, 2015 · 1 comment

Comments

@traversaro
Copy link
Member

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.

@apaikan
Copy link
Contributor

apaikan commented May 15, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants