feat: update

This commit is contained in:
2026-06-11 18:28:25 +08:00
parent 8520f9db3c
commit 8a2fb36a98
65 changed files with 4407 additions and 572 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func test_build_artifact_extensions():
# Test 9: Deployment config is not empty
func test_deployment_config_not_empty():
assert_is_not_empty(deployment_config, "Deployment config should not be empty")
assert_false(deployment_config.is_empty(), "Deployment config should not be empty")
# Test 10: All platforms have unique package names or formats
func test_platform_uniqueness():