Skip to content

Commit

Permalink
Update src/python_testing/matter_testing_support.py
Browse files Browse the repository at this point in the history
Co-authored-by: Terence Hampson <thampson@google.com>
  • Loading branch information
cecille and tehampson authored Feb 15, 2024
1 parent c197ec6 commit c950a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def skip_step(self, step):
def skip_all_remaining_steps(self, starting_step_number):
''' Skips all remaining test steps starting with provided starting step
starting_step_number gives the first step to be skipped, as definted in the TestStep.test_plan_number
starting_step_number gives the first step to be skipped, as defined in the TestStep.test_plan_number
starting_step_number must be provided, and is not derived intentionally. By providing argument
test is more deliberately identifying where test skips are starting from, making
it easier to validate against the test plan for correctness.
Expand Down

0 comments on commit c950a00

Please sign in to comment.