TradingAgents/tests/test_llm_clients
Trading Agents Dev f37c751a3c feat: add testing infrastructure and utility modules
- Add dev dependencies (pytest, ruff, mypy) to pyproject.toml
- Configure pytest with test markers (unit, integration, slow)
- Configure ruff linting rules
- Configure mypy strict mode
- Add tests directory with initial test structure
- Add config_validation module for configuration validation
- Add logging_config module for structured logging
- Add types module with TypedDict definitions
2026-03-07 06:28:58 +00:00
..
__init__.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
test_anthropic_client.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
test_factory.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
test_google_client.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
test_openai_client.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00