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. |
||
|---|---|---|
| .. | ||
| crypto/kms | ||
| deployments | ||
| gpu | ||
| queue | ||
| reproducibility | ||
| resources | ||
| scheduler | ||
| security | ||
| storage | ||
| telemetry | ||
| worker | ||
| simple_test.go | ||
| worker_trust_test.go | ||