fetch_ml/internal/resources
Jeremie Fraeys ee0b90cfc5
refactor: co-locate queue and resources tests, add manager tests
Move unit tests from tests/unit/ to internal/ following Go conventions:
- tests/unit/queue/* -> internal/queue/* (dedup, filesystem_fallback, queue_permissions, queue_spec, queue, sqlite_queue tests)
- tests/unit/gpu/* -> internal/resources/* (gpu_detector, gpu_golden tests)
- tests/unit/resources/* -> internal/resources/* (manager_test.go)

Update import paths in test files to reflect new locations.

Note: GPU tests consolidated into resources package since GPU detection is part of resource management. Manager tests show significant new test coverage (166 lines).
2026-03-12 16:36:02 -04:00
..
gpu_detector_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
gpu_golden_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
manager.go refactor(utilities): update supporting modules for scheduler integration 2026-02-26 12:07:15 -05:00
manager_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00