ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I can't tell for certain without looking at your test case definition, but the following error you're seeing is what fail.py (and underlining modules) returned, not your test case.

ZeroDivisionError: integer division or modulo by zero

Unless at least one of your test cases finish with certain error state, rostest passes.

Writing test cases is covered on wiki.ros.org/rostest.

I can't tell for certain without looking at your test case definition, but the following error you're seeing is what fail.py (and (and/or underlining modules) returned, not your test case.

ZeroDivisionError: integer division or modulo by zero

Unless at least one of your test cases finish with certain error state, rostest passes.

Writing test cases is covered on wiki.ros.org/rostest.