diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..dfc7f701 --- /dev/null +++ b/tests/__init__.py @@ -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" \ No newline at end of file