jgrusewski
2cf07a9086
fix(backtesting): Add mock() method to DefaultRepositories for tests
- Implements DefaultRepositories::mock() for wave_comparison tests
- Mock implementations use in-memory Arc<RwLock<>> for thread-safe testing
- Method is #[cfg(test)] scoped to test builds only
- Fixes compilation errors in wave_comparison.rs (lines 711, 730)
- All backtesting tests pass (2/2 wave_comparison tests OK)
Additional updates:
- Update .dockerignore, .env.runpod, CLAUDE.md
- Update Cargo.lock and Dockerfile.foxhunt-build
2025-11-02 21:31:49 +01:00
..
2025-10-23 14:58:32 +02:00
2025-10-23 14:58:32 +02:00
2025-10-23 15:25:04 +02:00
2025-10-07 23:28:04 +02:00
2025-10-18 01:11:14 +02:00
2025-11-02 21:06:27 +01:00
2025-10-23 13:36:34 +02:00
2025-10-19 09:10:55 +02:00
2025-11-02 21:31:49 +01:00
2025-10-23 13:36:34 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-10-19 09:10:55 +02:00
2025-11-02 21:06:27 +01:00