Skip to content

Standardize the use of a prestart.sh script inside Test Collections #13

Standardize the use of a prestart.sh script inside Test Collections

Standardize the use of a prestart.sh script inside Test Collections #13

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

1 error

Black found 1 error

Annotations

Check failure on line 28 in /home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/sdk_tests/support/yaml_tests/models/yaml_test_folder.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/sdk_tests/support/yaml_tests/models/yaml_test_folder.py#L17-L28

 
 from test_collections.sdk_tests.support.paths import SDK_CHECKOUT_PATH
 
 UNKNOWN_version = "Unknown"
 VERSION_FILE_FILENAME = ".version"
-
 
 
 class YamlTestFolder:
     """Representing a folder with Test YAML files.