File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ ament_python_install_package(${PROJECT_NAME})
11
11
12
12
if (BUILD_TESTING)
13
13
find_package (rclpy REQUIRED)
14
- find_package (ament_cmake_nose REQUIRED)
14
+ find_package (ament_cmake_pytest REQUIRED)
15
15
16
- ament_add_nose_test (pointclouds test /test_pointclouds.py)
17
- ament_add_nose_test (images test /test_images.py)
18
- ament_add_nose_test (occupancygrids test /test_occupancygrids.py)
19
- ament_add_nose_test (geometry test /test_geometry.py)
20
- ament_add_nose_test (quaternions test /test_quat.py)
16
+ ament_add_pytest_test (pointclouds test /test_pointclouds.py)
17
+ ament_add_pytest_test (images test /test_images.py)
18
+ ament_add_pytest_test (occupancygrids test /test_occupancygrids.py)
19
+ ament_add_pytest_test (geometry test /test_geometry.py)
20
+ ament_add_pytest_test (quaternions test /test_quat.py)
21
21
endif ()
22
22
23
23
##############
Original file line number Diff line number Diff line change 25
25
26
26
<buildtool_depend >ament_cmake_python</buildtool_depend >
27
27
28
- <test_depend >ament_cmake_nose </test_depend >
29
- <test_depend >python3-nose </test_depend >
28
+ <test_depend >ament_cmake_pytest </test_depend >
29
+ <test_depend >python3-pytest </test_depend >
30
30
<test_depend >rclpy</test_depend >
31
31
32
32
<export >
You can’t perform that action at this time.
0 commit comments