exchange-data-manager/tests/integration
rob cdc04d010a Add real exchange integration tests for three-tier cache system
Comprehensive tests that fetch actual data from Binance to verify:
- Three-tier caching (memory → database → exchange)
- Gap detection and filling (start, end, middle, multiple gaps)
- Data integrity verification against direct exchange fetch
- Freshness checking for stale data
- Different timeframe handling
- Edge cases (single candle, large ranges, overlapping requests)

Tests are marked with @real_exchange and can be skipped in CI with:
  pytest -m "not real_exchange"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-03 17:37:04 -04:00
..
__init__.py Implement M1, M2, M3 milestones - full exchange data manager 2026-03-03 04:05:30 -04:00
test_brightertrading.py Implement M1, M2, M3 milestones - full exchange data manager 2026-03-03 04:05:30 -04:00
test_real_exchange.py Add real exchange integration tests for three-tier cache system 2026-03-03 17:37:04 -04:00