fetch_ml/internal/network
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
..
mlserver.go refactor: Phase 7 - TUI cleanup - reorganize model package 2026-02-17 20:22:04 -05:00
retry.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
retry_test.go refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
ssh.go feat(domain): add task visibility and supporting infrastructure 2026-03-08 13:03:27 -04:00
ssh_pool.go refactor(utilities): update supporting modules for scheduler integration 2026-02-26 12:07:15 -05:00
ssh_pool_test.go refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
ssh_test.go refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00