CHANGELOG
Changelog for package test_cli
0.23.0 (2025-02-02)
0.22.1 (2024-11-20)
Stop using python_cmake_module. (#536)
Contributors: Chris Lalancette
0.22.0 (2024-10-03)
0.21.1 (2024-07-09)
Use rclpy.init context manager where we can. (#547) This allows us to cleanup, while using a lot less code to try and track it.
Contributors: Chris Lalancette
0.21.0 (2024-04-29)
0.20.2 (2024-04-16)
0.20.1 (2024-03-27)
0.20.0 (2023-12-26)
Switch to target_link_libraries everywhere. (#532)
Contributors: Chris Lalancette
0.19.0 (2023-10-04)
0.18.0 (2023-09-07)
0.17.1 (2023-08-21)
0.17.0 (2023-07-11)
0.16.1 (2023-05-11)
0.16.0 (2023-04-28)
0.15.1 (2023-04-11)
0.15.0 (2023-02-13)
0.14.0 (2022-09-13)
0.13.0 (2022-05-04)
0.12.3 (2022-04-05)
0.12.2 (2022-03-28)
0.12.1 (2022-01-13)
0.12.0 (2021-11-18)
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
0.9.1 (2020-07-06)
0.9.0 (2020-06-04)
0.8.0 (2019-11-20)
0.8.0
Promote special CLI rules to flags. (#385)
Use of -r/–remap flags where appropriate. (#384)
Adapt to ‘–ros-args … [–]’-based ROS args extraction. (#381) * Use –ros-args in test_cli package tests. * Use –ros-args in test_cli_remapping package tests.
Remove the test_cli dependency on launch. (#375) It never uses it, so we don’t need it.
[test_cli] don’t fail the build if the test is missing. (#371)
Contributors: Chris Lalancette, Michael Carroll, Michel Hidalgo, Mikael Arguedas
0.7.1 (2019-05-29)
Update to use new parameter option names. (#370)
Contributors: William Woodall
0.7.0 (2019-05-20)
Disable long term flaky test test_params_yaml. (#369)
Declaring initial parameters. (#358)
Merge pull request #356 from ros2/issue/321_enhance_parameter_api
Using new parameter API; allowing undeclared parameters.
Read only parameters. (#278) * Expect declared parameters + use_sim_time * Replace create_parameter with declare_parameter * Expect declared parameters + use_sim_time * Replace create_parameter with declare_parameter * Fixup node constructor now that we have NodeOptions * Cleanup test_parameters_server.cpp * Silence warnings for tests of deprecated methods * Remove redundant test (now lives in rclcpp’s test_node.cpp) * Fixup tests * Extend deprecation warning suppression to support Windows too * Use option to allow declaring of parameters via yaml file for test
Fixes a failing test introduced by the switch to array.array. (#341)
Contributors: Dirk Thomas, Juan Ignacio Ubeira, Shane Loretz
0.6.0 (2018-12-14)
Test parameter behavior for rclpy nodes. (#293)
Use debug python executable on windows. (#281) * Use debug python executable on windows * Get python debug executable from pythonextra
Test initializing parameters from command line. (#274) * Add test_cli package with tests for __params:= argument
Contributors: Shane Loretz, Steven! Ragnarök