Skip to content

Commit

Permalink
Merge 0b0368c into c0500f7
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-amjr authored Sep 26, 2024
2 parents c0500f7 + 0b0368c commit 2033330
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 138 deletions.
4 changes: 3 additions & 1 deletion scripts/py_matter_yamltests/matter_yamltests/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,16 @@ def step_skipped(self, name: str, expression: str):
"""
pass

def step_start(self, request: TestStep):
def step_start(self, request: TestStep, endpoint: Optional[int] = None):
"""
This method is called when the runner starts running a step from the test.
Parameters
----------
request: TestStep
The original request as defined by the test step.
endpoint: int
An optional device endpoint the step will target.
"""
pass

Expand Down
Loading

0 comments on commit 2033330

Please sign in to comment.