Add comprehensive tests for model file selection #97

Merged
joelyoder merged 1 commit from codex/add-test-cases-for-file-selection into main 2025-09-12 00:27:55 -04:00
joelyoder commented 2025-09-12 00:26:41 -04:00 (Migrated from github.com)

Summary

  • expand selectModelFile tests to cover empty slices
  • ensure first .safetensors is deterministically chosen
  • verify fallback behavior for unsupported extensions

Testing

  • go test ./...

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

## Summary - expand `selectModelFile` tests to cover empty slices - ensure first `.safetensors` is deterministically chosen - verify fallback behavior for unsupported extensions ## Testing - `go test ./...` ------ https://chatgpt.com/codex/tasks/task_e_68c3a0719478833291cf70b45f18751b
Sign in to join this conversation.
No description provided.