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

Minor change

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

Add python tests model classes #19

Minor change
e8c6ef7
Select commit
Loading
Failed to load commit list.
GitHub Actions / Mypy failed Nov 8, 2023 in 0s

6 errors

Mypy found 6 errors

Annotations

Check failure on line 19 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

app/tests/python_tests/test_python_parser.py#L19

Module "test_collections.sdk_tests.support.python_testing.models.python_test_parser" has no attribute "PythonParserException"  [attr-defined]

Check failure on line 19 in app/tests/python_tests/test_python_parser.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

app/tests/python_tests/test_python_parser.py#L19

Module "test_collections.sdk_tests.support.python_testing.models.python_test_parser" has no attribute "parse_python_test"  [attr-defined]

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

See this annotation in the file changed.

@github-actions github-actions / Mypy

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

Argument "yaml_version" to "_parse_all_yaml" has incompatible type "None"; expected "str"  [arg-type]

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

See this annotation in the file changed.

@github-actions github-actions / Mypy

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

Incompatible return value type (got "None", expected "YamlCollectionDeclaration")  [return-value]

Check failure on line 21 in test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py#L21

Module "test_collections.sdk_tests.support.python_testing.models.python_test_parser" has no attribute "PythonParserException"  [attr-defined]

Check failure on line 21 in test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py

See this annotation in the file changed.

@github-actions github-actions / Mypy

test_collections/sdk_tests/support/python_testing/sdk_python_test_tests.py#L21

Module "test_collections.sdk_tests.support.python_testing.models.python_test_parser" has no attribute "parse_python_test"  [attr-defined]