test: add unit test coverage for ztools, Silo commands, and Go backend #281

Open
opened 2026-02-19 06:48:44 +00:00 by forbes · 0 comments
Owner

Summary

Zero test coverage exists for ztools FreeCAD commands, Silo FreeCAD commands, and the Silo Go backend. This is documented in KNOWN_ISSUES.md #5.

Scope

ztools

  • Datum creation commands (plane, line, point, tangent-to-cylinder)
  • Enhanced Pocket boolean operation
  • Assembly pattern commands

Silo FreeCAD commands

  • Silo_New, Silo_Open, Silo_Save, Silo_Commit
  • Silo_BOM manual editing flow
  • SiloSync push/pull operations
  • SiloOrigin FileOrigin adapter

Silo Go backend

  • API endpoint handlers
  • BOM CRUD operations
  • Auth middleware (local, LDAP, OIDC)
  • SSE event streaming

References

  • docs/KNOWN_ISSUES.md — issue #5
## Summary Zero test coverage exists for ztools FreeCAD commands, Silo FreeCAD commands, and the Silo Go backend. This is documented in KNOWN_ISSUES.md #5. ## Scope ### ztools - Datum creation commands (plane, line, point, tangent-to-cylinder) - Enhanced Pocket boolean operation - Assembly pattern commands ### Silo FreeCAD commands - Silo_New, Silo_Open, Silo_Save, Silo_Commit - Silo_BOM manual editing flow - SiloSync push/pull operations - SiloOrigin FileOrigin adapter ### Silo Go backend - API endpoint handlers - BOM CRUD operations - Auth middleware (local, LDAP, OIDC) - SSE event streaming ## References - docs/KNOWN_ISSUES.md — issue #5
forbes added the enhancement label 2026-02-19 06:48:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#281