fetch_ml/internal/domain
Jeremie Fraeys f827ee522a
test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage
Refactor plugins to use interface for testability:
- Add PodmanInterface to container package (StartContainer, StopContainer, RemoveContainer)
- Update MLflow plugin to use container.PodmanInterface
- Update TensorBoard plugin to use container.PodmanInterface
- Add comprehensive mocked tests for all three plugins (wandb, mlflow, tensorboard)
- Coverage increased from 18% to 91.4%
2026-03-14 16:59:16 -04:00
..
dataset.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
doc.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
domain_test.go test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
errors.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
events.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
status.go refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
task.go feat(domain): add task visibility and supporting infrastructure 2026-03-08 13:03:27 -04:00
tracking.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00