Skip to content

Add python tests model classes #15

Add python tests model classes

Add python tests model classes #15

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

4 errors

Mypy found 4 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 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]