fetch_ml/internal/logging
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
..
config.go feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
logging.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
logging_test.go refactor: co-locate logging, manifest, network, privacy, prommetrics tests 2026-03-12 16:35:37 -04:00
sanitize.go security: implement comprehensive secrets protection 2026-02-18 16:18:09 -05:00