Goal
Validate critical API flows through integration tests against SQLite-backed runtime.
Scope
- Auth, orders, inventory, allocation, picking, packing, shipping, reporting.
- Authorization boundaries by role.
Implementation Tasks
Acceptance Criteria
- Core /api/v1 flows pass in integration environment.
- Authorization restrictions are validated by tests.
- Key failure paths return expected status and error schema.
Goal
Validate critical API flows through integration tests against SQLite-backed runtime.
Scope
Implementation Tasks
Acceptance Criteria