5 errors
Mypy found 5 errors
Annotations
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py#L33
Name "is_finished" already defined on line 23 [no-redef]
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L28
Name "TestRunnerHooks" already defined (possibly by an import) [no-redef]
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L48
Function is missing a return type annotation [no-untyped-def]
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L65
"BaseManager" has no attribute "TestRunnerHooks" [attr-defined]
Check failure on line 100 in test_collections/sdk_tests/support/python_testing/models/test_case.py
github-actions / Mypy
test_collections/sdk_tests/support/python_testing/models/test_case.py#L100
"PythonTestCase" has no attribute "__runned" [attr-defined]