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

Add python tests model classes #19

Merge branch 'project-chip:main' into feature/74_phase3-add_python_te…

63e39e2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add python tests model classes #19

Merge branch 'project-chip:main' into feature/74_phase3-add_python_te…
63e39e2
Select commit
Loading
Failed to load commit list.
GitHub Actions / Mypy failed Nov 27, 2023 in 0s

6 errors

Mypy found 6 errors

Annotations

Check failure on line 33 in test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py

See this annotation in the file changed.

@github-actions 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]

Check failure on line 28 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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]

Check failure on line 48 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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]

Check failure on line 65 in test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/sdk_tests/support/python_testing/models/test_case.py#L100

"PythonTestCase" has no attribute "__runned"  [attr-defined]

Check failure on line 261 in test_collections/sdk_tests/support/python_testing/models/test_case.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/sdk_tests/support/python_testing/models/test_case.py#L261

Value of type "Coroutine[Any, Any, None]" must be used  [unused-coroutine]