Final cleanup: - 61 test files + 5 example files: candle imports replaced - 8 testing/integration files: migrated to cudarc/ml-core types - 3 services/trading_service test files: migrated - Root Cargo.toml: candle-core, candle-nn removed from [workspace.dependencies] - crates/ml/Cargo.toml: candle-nn dependency removed - testing/e2e/Cargo.toml: candle-core dependency removed Zero active candle_core/candle_nn/candle_optimisers code references remain. Zero candle dependency declarations in any Cargo.toml. Remaining "candle" strings are exclusively in doc comments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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 testse2e_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