Skip to content

Add python tests model classes #46

Add python tests model classes

Add python tests model classes #46

GitHub Actions / Black failed Nov 14, 2023 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 40 in /home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/yaml_tests/test_sdk_yaml_collection.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/yaml_tests/test_sdk_yaml_collection.py#L30-L40

     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(