From a0c85c1416c6c678e396c72a2bd225455cbc0da8 Mon Sep 17 00:00:00 2001 From: Floke Date: Sun, 8 Mar 2026 13:41:58 +0000 Subject: [PATCH] [30388f42] feat: Add automated test infrastructure for core services --- b2b-marketing-assistant/index.html | 3 +- b2b-marketing-assistant/requirements.txt | 4 +- b2b-marketing-assistant/run_tests.sh | 3 + .../tests/test_orchestrator.py | 57 ++++++++++ company-explorer/backend/tests/__init__.py | 0 .../backend/tests/test_api_integration.py | 107 ++++++++++++++++++ company-explorer/frontend/index.html | 3 +- company-explorer/requirements.txt | 4 +- company-explorer/run_tests.sh | 3 + competitor-analysis-app/index.html | 3 +- connector-superoffice/requirements.txt | 2 + connector-superoffice/run_tests.sh | 3 + connector-superoffice/tests/test_webhook.py | 46 ++++++++ content-engine/frontend/index.html | 1 + docs/TESTING.md | 43 +++++++ general-market-intelligence/index.html | 3 +- gtm-architect/index.html | 3 +- heatmap-tool/frontend/index.html | 1 + lead-engine/requirements.txt | 4 +- lead-engine/run_tests.sh | 3 + lead-engine/tests/test_lead_engine.py | 83 ++++++++++++++ test_suite.sh | 48 ++++++++ transcription-tool/frontend/index.html | 1 + 23 files changed, 420 insertions(+), 8 deletions(-) create mode 100644 b2b-marketing-assistant/run_tests.sh create mode 100644 b2b-marketing-assistant/tests/test_orchestrator.py create mode 100644 company-explorer/backend/tests/__init__.py create mode 100644 company-explorer/backend/tests/test_api_integration.py create mode 100644 company-explorer/run_tests.sh create mode 100644 connector-superoffice/run_tests.sh create mode 100644 connector-superoffice/tests/test_webhook.py create mode 100644 docs/TESTING.md create mode 100644 lead-engine/run_tests.sh create mode 100644 lead-engine/tests/test_lead_engine.py create mode 100644 test_suite.sh diff --git a/b2b-marketing-assistant/index.html b/b2b-marketing-assistant/index.html index 3983331e..ca90c4cb 100644 --- a/b2b-marketing-assistant/index.html +++ b/b2b-marketing-assistant/index.html @@ -4,7 +4,8 @@ - B2B Marketing Assistant powered by Gemini + + B2B Marketing Assistant