Goal
Relocate and reorganize tests to align with the new package layout while retaining strong API compatibility coverage.
Scope
- Move implementation-focused tests near moved packages.
- Keep root-level compatibility tests for public API contracts.
- Preserve current integration behavior validation.
Acceptance Criteria
- Tests reflect new package ownership cleanly.
- Public API compatibility tests remain at root.
make test passes with updated structure.
Goal
Relocate and reorganize tests to align with the new package layout while retaining strong API compatibility coverage.
Scope
Acceptance Criteria
make testpasses with updated structure.