Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Updating Step Start Hook to Receive Endpoint #147

Draft
wants to merge 3 commits into
base: spring2025
Choose a base branch
from

Updating Test Ui Observable Unit Test with the expected endpoint info…

f52a2a6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

[Feature] Updating Step Start Hook to Receive Endpoint #147

Updating Test Ui Observable Unit Test with the expected endpoint info…
f52a2a6
Select commit
Loading
Failed to load commit list.
GitHub Actions / Black failed Dec 17, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 37 in /home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L26-L37

     CommissionDeviceTest,
     MatterTestConfig,
     get_test_info,
     parse_matter_test_args,
     run_tests,
-    TestStep
+    TestStep,
 )
 
 COMMISSION_ARGUMENT = "commission"
 GET_TEST_INFO_ARGUMENT = "--get_test_info"
 TEST_INFO_JSON_FILENAME = "test_info.json"