Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed May 22, 2024
1 parent 17f9d2b commit cba575c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def wait_for_event_report(self, expected_event: ClusterObjects.ClusterEvent, tim
asserts.assert_equal(res.Header.EventId, expected_event.event_id, "Expected event ID not found in event report")
return res.Data


class AttributeChangeCallback:
def __init__(self, expected_attribute: ClusterObjects.ClusterAttributeDescriptor):
self._output = queue.Queue()
Expand Down Expand Up @@ -340,6 +341,7 @@ def wait_for_report(self):
except KeyError:
asserts.fail("[AttributeChangeCallback] Attribute {expected_attribute} not found in returned report")


class InternalTestRunnerHooks(TestRunnerHooks):

def start(self, count: int):
Expand Down

0 comments on commit cba575c

Please sign in to comment.