trading/tests/integration
Viktor Barzin e6ae4bdccd
feat: integration tests, seed data, and smoke test script
Add integration tests for the news pipeline (test_news_pipeline.py) and
trading flow (test_trading_flow.py) using real Redis with mocked FinBERT
and Alpaca. Add seed_strategies.py to insert default strategies (momentum,
mean_reversion, news_driven) with equal weights. Add smoke_test.sh for
end-to-end stack validation. Update pyproject.toml with integration marker
and scripts package discovery.
2026-02-22 16:02:44 +00:00
..
__init__.py feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00
test_news_pipeline.py feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00
test_trading_flow.py feat: integration tests, seed data, and smoke test script 2026-02-22 16:02:44 +00:00