Skip to content

02 - Script to parser SDK python tests #627

02 - Script to parser SDK python tests

02 - Script to parser SDK python tests #627

GitHub Actions / Mypy failed Nov 11, 2024 in 0s

3 errors

Mypy found 3 errors

Annotations

Check failure on line 147 in test_collections/matter/sdk_tests/support/python_testing/sdk_python_tests.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/matter/sdk_tests/support/python_testing/sdk_python_tests.py#L147

Incompatible default for argument "tests_file_path" (default has type "Path", argument has type "str")  [assignment]

Check failure on line 160 in test_collections/matter/sdk_tests/support/python_testing/sdk_python_tests.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/matter/sdk_tests/support/python_testing/sdk_python_tests.py#L160

Incompatible default for argument "tests_file_path" (default has type "Path", argument has type "str")  [assignment]

Check failure on line 42 in test_collections/matter/sdk_tests/support/tests/python_tests/test_sdk_python_collection.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/matter/sdk_tests/support/tests/python_tests/test_sdk_python_collection.py#L42

Argument "tests_file_path" to "sdk_python_test_collection" has incompatible type "Path"; expected "str"  [arg-type]