Add python tests model classes #46
Annotations
5 errors
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py#L33
Name "is_finished" already defined on line 23 [no-redef]
|
test_collections/sdk_tests/support/python_testing/models/test_case.py#L101
"PythonTestCase" has no attribute "__runned" [attr-defined]
|
app/tests/yaml_tests/test_sdk_yaml_collection.py#L21
'test_collections.sdk_tests.support.paths.SDK_CHECKOUT_PATH' imported but unused (F401)
|
app/tests/yaml_tests/test_sdk_yaml_collection.py#L36
Expected 2 blank lines, found 1 (E302)
|
/home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/yaml_tests/test_sdk_yaml_collection.py#L30
YamlTestType,
)
from test_collections.sdk_tests.support.yaml_tests.sdk_yaml_tests import (
sdk_yaml_test_collection,
)
+
@pytest.fixture
def yaml_collection() -> YamlCollectionDeclaration:
test_sdk_yaml_path = Path(__file__).parent / "test_yamls"
with mock.patch.object(Path, "exists", return_value=True), mock.patch(
|