File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,14 +64,7 @@ install(
6464if (BUILD_TESTING)
6565 find_package (ament_cmake_pytest REQUIRED )
6666 find_package (launch_testing_ament_cmake REQUIRED )
67-
68- # ROS 2 counterpart of catkin_add_nosetests(test)
6967 ament_add_pytest_test (test_util test /test_util.py )
70-
71- # ROS 2 counterpart of add_rostest(test/test_rqt_plugins.test): brings up the
72- # migrated rqt plugins and checks that none of them dies.
73- # rqt needs a display, so the test skips itself unless DISPLAY is set;
74- # use `xvfb-run -a colcon test ...` to run it headless.
7568 add_launch_test (test /test_rqt_plugins.py TIMEOUT 180 )
7669endif ()
7770
Original file line number Diff line number Diff line change 4545 <!-- <exec_depend>image_publisher</exec_depend> -->
4646 <!-- <exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-sklearn</exec_depend> -->
4747
48- <!-- test/test_util.py checks the string fields of jsk_rviz_plugins/OverlayText -->
49- <test_depend >jsk_rviz_plugins</test_depend >
50-
5148 <test_depend >ament_cmake_pytest</test_depend >
49+ <test_depend >jsk_rviz_plugins</test_depend >
5250 <test_depend >launch_testing_ament_cmake</test_depend >
5351 <test_depend >launch_testing_ros</test_depend >
5452 <test_depend >python3-pytest</test_depend >
Original file line number Diff line number Diff line change 5050 <exec_depend >launch_ros</exec_depend >
5151 <exec_depend >rclpy</exec_depend >
5252
53+ <test_depend >ament_lint_auto</test_depend >
5354 <test_depend >launch_testing_ament_cmake</test_depend >
5455 <test_depend >launch_testing_ros</test_depend >
5556 <test_depend >python3-pytest</test_depend >
You can’t perform that action at this time.
0 commit comments