ros2 / launch

Tools for launching multiple processes and for writing tests involving multiple processes.
Apache License 2.0
124 stars 139 forks source link

Expect deprecation warnings in tests #657

Closed jacobperron closed 1 year ago

jacobperron commented 1 year ago

The LaunchConfigurationEquals and LaunchConfigurationNotEquals conditions were deprecated in https://github.com/ros2/launch/pull/649. This change captures the expected warnings in their unit tests.

jacobperron commented 1 year ago