Merge branch 'format-test-classes' into 'master'
Fix formatting for test classes See merge request micro-ROS/ros2_tracing!17
This commit is contained in:
commit
857fe08584
8 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestIntra(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -21,6 +21,7 @@ VERSION_REGEX = r'^[0-9]\.[0-9]\.[0-9]$'
|
|||
|
||||
|
||||
class TestNode(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestPublisher(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestService(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestServiceCallback(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestSubscription(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestSubscriptionCallback(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
|||
|
||||
|
||||
class TestTimer(TraceTestCase):
|
||||
|
||||
def __init__(self, *args) -> None:
|
||||
super().__init__(
|
||||
*args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue