Skip to content

Add python tests model classes #68

Add python tests model classes

Add python tests model classes #68

GitHub Actions / Flake8 failed Nov 22, 2023 in 0s

4 errors

Flake8 found 4 errors

Annotations

Check failure on line 18 in test_collections/sdk_tests/support/python_testing/models/python_test_parser.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

test_collections/sdk_tests/support/python_testing/models/python_test_parser.py#L18

'typing.Optional' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

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

'app.chip_tool.chip_tool.ChipToolTestType' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

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

'app.chip_tool.test_case.ChipToolTest' imported but unused (F401)

Check failure on line 30 in test_collections/sdk_tests/support/yaml_tests/sdk_yaml_tests.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

test_collections/sdk_tests/support/yaml_tests/sdk_yaml_tests.py#L30

'test_collections.sdk_tests.support.models.matter_test_models.MatterTestStep' imported but unused (F401)