02 - Script to parser SDK python tests #627
GitHub Actions / Mypy
failed
Nov 11, 2024 in 0s
3 errors
Mypy found 3 errors
Annotations
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]
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]
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]
Loading