module documentation
rostest implementation of running bare (gtest-compatible) unit test executables. These do not run in a ROS environment.
Class |
|
No class docstring; 0/9 instance variable, 1/4 method documented |
Class |
|
Process launched on local machine |
Exception |
|
Undocumented |
Function | print |
Print summary of runner results and actual test results to stdout. For rosunit and rostest, the test is wrapped in an external runner. The results from this runner are important if the runner itself has a failure. |
Function | print |
Print summary of python unittest result to stdout @param result: test results |
Constant | BARE |
Undocumented |
Constant | TIMEOUT |
Undocumented |
Constant | TIMEOUT |
Undocumented |
Function | _format |
Undocumented |
Print summary of runner results and actual test results to stdout. For rosunit and rostest, the test is wrapped in an external runner. The results from this runner are important if the runner itself has a failure.
@param runner_result: unittest runner result object @type runner_result: _XMLTestResult @param junit_results: Parsed JUnit test results @type junit_results: rosunit.junitxml.Result