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

It seems that this was solved in Kinetic. I can run multiple test fixtures in a single file with the following code.

if __name__ == '__main__':
    import rostest
    rostest.rosrun('my_package', 'my_test', __name__, sys.argv)