CHANGELOG
Changelog for package test_cli_remapping
0.20.3 (2025-04-02)
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)
Fix test_cli_remapping flaky test. (#470)
Contributors: Shane Loretz
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
0.9.1 (2020-07-06)
0.9.0 (2020-06-04)
Remove ready_fn, and one self.proc_info. (#391)
Contributors: Peter Baughman
0.8.0 (2019-11-20)
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
Fix deprecation warnings. (#364)
Changes to avoid deprecated API’s. (#361) * Changes to avoid deprecated API’s * Review comments
Migrate launch tests to new launch_testing features & API. (#340) * Update after launch_testing features becoming legacy. * Migrate test_rclcpp tests to new launch_testing API. * Migrate test_communication tests to new launch_testing API. * Migrate test_security tests to new launch_testing API. * Migrate test_cli_remapping tests to new launch_testing API. * Stop using injected attributes in launch tests. * Bump test_rclcpp tests timeout to please CI. * Fix PATH in test_security tests. * Bump test_security tests timeout to please CI. * Address peer review comments. * Please flake8 on test_cli_remapping.
Add launch along with launch_testing as test dependencies. (#334)
Drops legacy launch API usage. (#328) * Drops legacy launch API usage. * Fixes style issues. * Drops more legacy launch API use cases. * Adds launch_testing as test_security dependency. * Applies misc fixes after Windows triaging. * Applies more fixes after Windows triaging. * Disables test_rclcpp cross vendor tests on Windows.
Contributors: Jacob Perron, Michel Hidalgo, William Woodall
0.6.0 (2018-12-14)
Use debug python executable on windows. (#281) * Use debug python executable on windows * Get python debug executable from pythonextra
Use new launch legacy namespace. (#275)
Add tests for command line remapping. (#268) * Add tests for command line remapping
Contributors: Mikael Arguedas, Shane Loretz