fetch_ml/tests/integration
Jeremie Fraeys 7ff2c6c487
refactor: reorganize integration tests
Move integration-appropriate tests from tests/unit/ to tests/integration/:
- tests/unit/simple_test.go -> tests/integration/simple_test.go
- tests/unit/deployments/traefik_compose_test.go -> tests/integration/traefik_compose_test.go
- tests/unit/worker_trust_test.go -> tests/integration/worker_trust_test.go

Update test package declarations and imports to reflect new locations.

These tests were misplaced in the unit tests directory but actually test
integration between components or external systems (Traefik, worker trust).
2026-03-12 16:37:42 -04:00
..
audit test(all): update test suite for scheduler and security features 2026-02-26 12:08:46 -05:00
consistency fix: add CGO build tags to consistency tests, remove unused isHex function 2026-03-08 13:10:00 -04:00
reproducibility test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
scheduler test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -05:00
security test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
duplicate_detection_test.go test: Update duplicate detection tests 2026-02-23 14:14:21 -05:00
integration_test.go test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -05:00
jupyter_experiment_test.go test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
kms_integration_test.go feat(crypto,auth): harden KMS and improve permission handling 2026-03-12 12:04:32 -04:00
queue_execution_test.go test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -05:00
simple_test.go refactor: reorganize integration tests 2026-03-12 16:37:42 -04:00
storage_redis_integration_test.go test(integration,unit): update test suites for new features and APIs 2026-03-12 12:09:15 -04:00
telemetry_integration_test.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
traefik_compose_test.go refactor: reorganize integration tests 2026-03-12 16:37:42 -04:00
websocket_queue_integration_test.go test: update test suite and remove deprecated privacy middleware 2026-03-08 13:03:55 -04:00
worker_test.go test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -05:00
worker_trust_test.go refactor: reorganize integration tests 2026-03-12 16:37:42 -04:00
ws_handler_integration_test.go test: update test suite and remove deprecated privacy middleware 2026-03-08 13:03:55 -04:00
zero_install_test.go test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -05:00