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 / Flake8 failed Nov 27, 2023 in 0s

3 errors

Flake8 found 3 errors

Annotations

Check failure on line 283 in app/chip_tool/test_suite.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/chip_tool/test_suite.py#L283

Blank line at end of file (W391)

Check failure on line 991 in app/tests/chip_tool/test_chip_tool.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

app/tests/chip_tool/test_chip_tool.py#L991

Blank line at end of file (W391)

Check failure on line 26 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 / Flake8

test_collections/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py#L26

Do not use bare 'except' (E722)