Add comma
This commit is contained in:
parent
3fd400d039
commit
a5739a099c
5 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ class TestNode(TraceTestCase):
|
||||||
'ros2:rcl_init',
|
'ros2:rcl_init',
|
||||||
'ros2:rcl_node_init',
|
'ros2:rcl_node_init',
|
||||||
],
|
],
|
||||||
nodes=['test_publisher']
|
nodes=['test_publisher'],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
|
@ -27,7 +27,7 @@ class TestPublisher(TraceTestCase):
|
||||||
'ros2:rcl_node_init',
|
'ros2:rcl_node_init',
|
||||||
'ros2:rcl_publisher_init',
|
'ros2:rcl_publisher_init',
|
||||||
],
|
],
|
||||||
nodes=['test_publisher']
|
nodes=['test_publisher'],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
|
@ -28,7 +28,7 @@ class TestService(TraceTestCase):
|
||||||
'ros2:rcl_service_init',
|
'ros2:rcl_service_init',
|
||||||
'ros2:rclcpp_service_callback_added',
|
'ros2:rclcpp_service_callback_added',
|
||||||
],
|
],
|
||||||
nodes=['test_service']
|
nodes=['test_service'],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
|
@ -27,7 +27,7 @@ class TestServiceCallback(TraceTestCase):
|
||||||
'ros2:callback_start',
|
'ros2:callback_start',
|
||||||
'ros2:callback_end',
|
'ros2:callback_end',
|
||||||
],
|
],
|
||||||
nodes=['test_service_ping', 'test_service_pong']
|
nodes=['test_service_ping', 'test_service_pong'],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
|
@ -27,7 +27,7 @@ class TestSubscriptionCallback(TraceTestCase):
|
||||||
'ros2:callback_start',
|
'ros2:callback_start',
|
||||||
'ros2:callback_end',
|
'ros2:callback_end',
|
||||||
],
|
],
|
||||||
nodes=['test_ping', 'test_pong']
|
nodes=['test_ping', 'test_pong'],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_all(self):
|
def test_all(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue