mirror of
https://github.com/saymrwulf/alpha-arena.git
synced 2026-05-14 20:37:51 +00:00
Add 14 integration tests covering: - Full agent coordination flow (Research -> Risk -> Debate -> Execution) - Multi-agent debate system with multiple personas - Confidence calibration tracking - Signal aggregation from multiple sources - Event calendar integration - End-to-end trading cycle with mocked broker - Risk rejection scenarios - Error handling with LLM failures - Performance and latency tracking All tests use MockLLMProvider matching the real LLMResponse interface. Total test count: 328 passed, 2 skipped. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_api.py | ||
| test_backtest.py | ||
| test_core_types.py | ||
| test_debate.py | ||
| test_e2e.py | ||
| test_indicators.py | ||
| test_integration.py | ||
| test_llm_providers.py | ||
| test_memory.py | ||
| test_pnl.py | ||
| test_risk.py | ||
| test_signals.py | ||