From 109cb66b3ae622696f29b30d12eb2aee68d44ed6 Mon Sep 17 00:00:00 2001 From: chauhang <4461127+chauhang@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:33:33 -0700 Subject: [PATCH] Added comprehensive tests and simplified ollama dockersetup --- tests/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/__init__.py 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