Files
foxhunt/testing/integration
jgrusewski d25c82f8f3 refactor: rename api_gateway → api across workspace, tests, and load crate
- Workspace Cargo.toml: remove web-gateway + api_gateway members, keep api
- trading_service: dep api-gateway → api, update test imports
- testing/api-gateway-load → testing/api-load (crate renamed)
- All test crates: get_api_gateway_addr → get_api_addr + variable renames

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 23:38:21 +01:00
..

integration

Comprehensive integration test suite covering cross-crate interactions, database queries, gRPC service contracts, and ML model pipelines.

Subdirectories

  • chaos/ -- chaos engineering and fault injection tests
  • e2e_helpers/ -- shared E2E test utilities (JWT generation, service probes)
  • smoke_tests/ -- quick smoke tests for CI validation

Usage

SQLX_OFFLINE=true cargo test -p integration --lib