From c80cd3f8e5b99650a3933b40dff327ae07fcccaa Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Tue, 17 Dec 2024 17:51:31 +0000 Subject: [PATCH] Updated cspell --- cspell.json | 6 ++++-- .../python_testing/models/rpc_client/test_harness_client.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cspell.json b/cspell.json index ae3545cc..78fd7a39 100644 --- a/cspell.json +++ b/cspell.json @@ -62,7 +62,8 @@ "yamls", "yamltests", "wifipaf", - "WIFIPAF" + "WIFIPAF", + "pidof" ], "ignoreWords": [ "bdist", @@ -115,7 +116,8 @@ "test_collections/matter/python_tests/docs/common_test_failures/", "sdk_patch", ".devcontainer", - "test_collections/matter/sdk_tests/*.json" + "test_collections/matter/sdk_tests/*.json", + "test_collections/matter/sdk_tests/support/performance_tests/" ], "enableFiletypes": [ "shellscript" diff --git a/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py b/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py index 0181f054..f2d16a3b 100644 --- a/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py +++ b/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py @@ -25,10 +25,10 @@ from chip.testing.matter_testing import ( CommissionDeviceTest, MatterTestConfig, + TestStep, get_test_info, parse_matter_test_args, run_tests, - TestStep ) COMMISSION_ARGUMENT = "commission"