Add tests for download progress endpoint #98

Merged
joelyoder merged 1 commit from codex/add-tests-for-currentdownloadprogress-updates into main 2025-09-12 00:34:19 -04:00
joelyoder commented 2025-09-12 00:32:09 -04:00 (Migrated from github.com)

Summary

  • add helpers to query download progress for tests
  • test sequential updates and reset behavior of progress endpoint
  • ensure out-of-range and concurrent requests behave as expected

Testing

  • go test ./...

https://chatgpt.com/codex/tasks/task_e_68c3a165f4888332ae41f5f03e9245ba

## Summary - add helpers to query download progress for tests - test sequential updates and reset behavior of progress endpoint - ensure out-of-range and concurrent requests behave as expected ## Testing - `go test ./...` ------ https://chatgpt.com/codex/tasks/task_e_68c3a165f4888332ae41f5f03e9245ba
Sign in to join this conversation.
No description provided.