TradingAgents/tests
Joseph O'Brien e862c4f803 feat: add centralized input validation for ticker symbols and dates
- Create tradingagents/validation.py with comprehensive validation functions:
  - validate_ticker/validate_tickers for ticker symbol validation
  - validate_date/validate_date_range for date validation
  - parse_date for flexible date parsing (multiple formats)
  - Helper functions: is_valid_ticker, is_valid_date, is_trading_day
  - get_previous_trading_day, get_next_trading_day utilities
- Add validation to y_finance.py (get_YFin_data_online, get_stock_stats_indicators_window)
- Add validation to trading_graph.py propagate method
- Create comprehensive test suite (55 tests) in tests/test_validation.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 03:09:05 -05:00
..
agents CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
dataflows Add Brave and Tavily news data vendors with retry handling 2025-12-03 00:43:27 -05:00
discovery Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
graph CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
models feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
test_default_config.py CodeRabbit Generated Unit Tests: Add comprehensive test suite with 142+ unit tests 2025-12-03 01:33:37 +00:00
test_logging.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_config.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_integration.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_logging_migration.py feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
test_validation.py feat: add centralized input validation for ticker symbols and dates 2025-12-03 03:09:05 -05:00