Skip to content

Add python tests model classes #48

Add python tests model classes

Add python tests model classes #48

GitHub Actions / Mypy failed Nov 14, 2023 in 0s

3 errors

Mypy found 3 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 101 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#L101

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

Check failure on line 268 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#L268

Definition of "test_stop" in base class "PythonTestCase" is incompatible with definition in base class "ChipToolTest"  [misc]