Skip to content

Add python tests model classes #28

Add python tests model classes

Add python tests model classes #28

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

11 errors

Flake8 found 11 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.Tuple' 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

'matter_yamltests.hooks.TestRunnerHooks' imported but unused (F401)

Check failure on line 34 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#L34

'app.test_engine.models.ManualVerificationTestStep' imported but unused (F401)

Check failure on line 49 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#L49

Line too long (90 > 88 characters) (E501)

Check failure on line 126 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#L126

F-string is missing placeholders (F541)

Check failure on line 150 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#L150

Line too long (96 > 88 characters) (E501)

Check failure on line 225 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#L225

Line too long (125 > 88 characters) (E501)

Check failure on line 226 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#L226

Line too long (152 > 88 characters) (E501)

Check failure on line 238 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#L238

Line too long (116 > 88 characters) (E501)

Check failure on line 239 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#L239

Line too long (90 > 88 characters) (E501)

Check failure on line 254 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#L254

Line too long (91 > 88 characters) (E501)