alpha-arena/tests
oho b627b4319a test: add comprehensive integration tests for trading system
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.
2026-01-13 14:24:15 +01:00
..
__init__.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
conftest.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_api.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_backtest.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_core_types.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_debate.py feat: Add Phase 2 Multi-Agent Debate System 2026-01-12 23:23:50 +01:00
test_e2e.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_indicators.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_integration.py test: add comprehensive integration tests for trading system 2026-01-13 14:24:15 +01:00
test_llm_providers.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_memory.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_pnl.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_risk.py Initial commit: Alpha Arena - Polymarket Autonomous Trading Harness 2026-01-12 23:04:58 +01:00
test_signals.py feat: Add Phase 1 Alpha Signal Enhancement module 2026-01-12 23:15:16 +01:00