mirror of
https://github.com/holos-run/holos.git
synced 2026-04-07 10:04:57 +00:00
- Reference BuildPlan spec items in test names (BuildPlan_3.1, BuildPlanFile_1, etc.) - Add missing test cases for BuildPlan spec requirements: - BuildPlanFile_2: each object matches exactly one unique object - BuildPlan_5: fields in 'a' must exist in 'b' - BuildPlan_6.1-6.3: null/empty/missing field equivalence - BuildPlanValid_1-2: duplicate objects and same metadata.name - Implement null/empty/missing field equivalence (spec 6) - Add normalizeStructure() to handle spec 6 requirements - Ensure null, [], and missing fields are treated as equivalent - Update test messages to clarify spec coverage intent 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
276 B
JSON
8 lines
276 B
JSON
{
|
|
"exitCode": 1,
|
|
"name": "BuildPlanFile_1",
|
|
"msg": "BuildPlan File spec 1: one and two have an equal number of BuildPlan objects - should fail when count differs",
|
|
"file1": "before.yaml",
|
|
"file2": "after.yaml",
|
|
"expectedErrors": ["different number of documents"]
|
|
} |