TradingAgents/tests
Ahmet Guzererler 5b6d3a0c3f test: mark paid-tier Finnhub endpoints; update evaluation with live results
Live testing with free-tier key confirmed:
- /quote, /stock/profile2, /stock/metric, /company-news, /news,
  /stock/insider-transactions → all free tier (27 live tests PASS)
- /stock/candle, /financials-reported, /indicator → paid tier HTTP 403
  (14 tests now properly skipped with @pytest.mark.paid_tier)

Also:
- Register 'integration' and 'paid_tier' markers in pyproject.toml
- Update docs/finnhub_evaluation.md with confirmed endpoint availability table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 08:57:00 +01:00
..
conftest.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00
test_alpha_vantage_exceptions.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00
test_alpha_vantage_integration.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00
test_alpha_vantage_scanner.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_config_wiring.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_debate_rounds.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_e2e_api_integration.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00
test_env_override.py fix: allow .env variables to override DEFAULT_CONFIG values 2026-03-17 14:25:10 +00:00
test_finnhub_integration.py feat: add Finnhub integration layer, tests, and evaluation report 2026-03-18 07:54:21 +01:00
test_finnhub_live_integration.py test: mark paid-tier Finnhub endpoints; update evaluation with live results 2026-03-18 08:57:00 +01:00
test_industry_deep_dive.py feat: improve Industry Deep Dive report quality with enriched data, sector routing, and tool-call nudge 2026-03-17 20:10:45 +01:00
test_macro_bridge.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_macro_regime.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_peer_comparison.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_scanner_complete_e2e.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_scanner_comprehensive.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_scanner_end_to_end.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_scanner_fallback.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_scanner_final.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_scanner_graph.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_scanner_mocked.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00
test_scanner_routing.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_scanner_tools.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
test_ttm_analysis.py feat: medium-term positioning upgrade (debate rounds, TTM, peer comparison, macro regime) (#14) 2026-03-17 22:27:40 +01:00
test_yfinance_integration.py feat: add scanner tests, global demo key in conftest, remove 48 inline key patches 2026-03-17 16:01:52 +00:00