Added comprehensive tests and simplified ollama dockersetup

This commit is contained in:
chauhang 2025-06-23 20:33:33 -07:00
parent a4725b575b
commit 109cb66b3a
1 changed files with 10 additions and 0 deletions

10
tests/__init__.py Normal file
View File

@ -0,0 +1,10 @@
"""
TradingAgents Test Suite
This package contains all test scripts for the TradingAgents application:
- test_openai_connection.py: OpenAI API connectivity tests
- test_ollama_connection.py: Ollama connectivity tests
- test_setup.py: General setup and configuration tests
"""
__version__ = "1.0.0"