This is not issue, but minor enhancement for tab complete Classes to integrate with unit tests.
in ros2cli, there are several tab completers for sub-commands such as ActionTypeCompleter, ComponentTypeNameCompleter and so on. Unfortunately these tab completion classes are not tested for now, that brought the #1169 for an instance.
We can add unit tests for each tab completer to make sure if the class works okay just like #1172 that includes ParameterNameCompleter.
related to #1172, especially #1172 (comment)
This is not issue, but minor enhancement for tab complete Classes to integrate with unit tests.
in
ros2cli, there are several tab completers for sub-commands such asActionTypeCompleter,ComponentTypeNameCompleterand so on. Unfortunately these tab completion classes are not tested for now, that brought the #1169 for an instance.We can add unit tests for each tab completer to make sure if the class works okay just like #1172 that includes
ParameterNameCompleter.related to #1172, especially #1172 (comment)