1.0: Improve test coverage for HTTP handlers #90

Closed
opened 2026-02-19 22:39:50 +01:00 by clawbot · 0 comments
Collaborator

Several handler paths lack test coverage. For 1.0 stability:

Missing tests:

  • App CRUD handlers (create, update, delete) - edge cases
  • Volume/label/env-var edit and delete handlers
  • Deployment log download handler
  • Container log streaming handler
  • Rollback handler
  • App start/stop/restart handlers
  • Setup handler (already-setup redirect)

Current: 111 test functions across 18 test files, but handler integration tests are thin.

Several handler paths lack test coverage. For 1.0 stability: **Missing tests:** - App CRUD handlers (create, update, delete) - edge cases - Volume/label/env-var edit and delete handlers - Deployment log download handler - Container log streaming handler - Rollback handler - App start/stop/restart handlers - Setup handler (already-setup redirect) **Current:** 111 test functions across 18 test files, but handler integration tests are thin.
sneak closed this issue 2026-02-19 22:42:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#90