Files
foxhunt/testing/integration
jgrusewski 463b2cd130 refactor(fxt): complete TLI→FXT rename + fix token storage panic
- Rename TliConfig→FxtConfig, TliError→FxtError, TliResult→FxtResult
- Migrate token storage path foxhunt-tli→foxhunt-fxt with auto-migration
- Fix FileTokenStorage::Default panic (fallback to /tmp on missing HOME)
- Update all doc comments, login prompt, config.toml.example, env vars
- Update keyring service names foxhunt-tli-access→foxhunt-fxt-access
- Add TOKEN_REFRESH_BUFFER_SECS named constant
- Add clarifying comments for JWT dummy key and IBKR default client ID

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 14:43:07 +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