fetch_ml/tests/unit
Jeremie Fraeys ca6ad970c3
refactor: co-locate logging, manifest, network, privacy, prommetrics tests
Move unit tests from tests/unit/ to internal/ following Go conventions:
- tests/unit/logging/* -> internal/logging/* (logging tests)
- tests/unit/manifest/* -> internal/manifest/* (run_manifest, schema tests)
- tests/unit/network/* -> internal/network/* (retry, ssh_pool, ssh tests)
- tests/unit/privacy/* -> internal/privacy/* (pii tests)
- tests/unit/metrics/* -> internal/prommetrics/* (metrics tests)

Update import paths in test files to reflect new locations.

Note: metrics_test.go moved from tests/unit/metrics/ to internal/prommetrics/ to match the actual package name.
2026-03-12 16:35:37 -04:00
..
crypto/kms feat(crypto,auth): harden KMS and improve permission handling 2026-03-12 12:04:32 -04:00
deployments chore(build): update build system, scripts, and additional tests 2026-02-12 12:05:55 -05:00
gpu feat(worker): refactor GPU detection with macOS Metal support 2026-03-12 12:02:41 -04:00
queue fix: resolve TODOs and standardize tests 2026-02-19 15:34:59 -05:00
reproducibility test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
resources test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
scheduler test(scheduler): remove unused fields in service slot pool separation test 2026-03-12 12:10:33 -04:00
security test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
storage test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
telemetry test: implement comprehensive test suite with multiple test types 2025-12-04 16:55:13 -05:00
worker feat(worker): improve lifecycle management and vLLM plugin 2026-03-12 12:05:02 -04:00
simple_test.go test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
worker_trust_test.go test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00