agents icon indicating copy to clipboard operation
agents copied to clipboard

Scripts/integration test runner

Open mehmetyavuzz43 opened this issue 2 weeks ago • 0 comments

Adds a Python script to run integration tests under tests/integration, ensuring proper PYTHONPATH setup.


[!NOTE] Introduces minimal tooling for local sanity checks and running integration tests.

  • Adds scripts/bash/check_env.sh to verify .env exists and required vars (POLYGON_WALLET_PRIVATE_KEY, OPENAI_API_KEY) are set, failing fast if missing
  • Adds scripts/python/run_integration_tests.py to execute pytest in tests/integration/ with PYTHONPATH set to the repo root; exits cleanly if the directory is absent

Written by Cursor Bugbot for commit 58fbc26a3b0e4a15cf6b9cf25f732c2cc62ef59a. This will update automatically on new commits. Configure here.

mehmetyavuzz43 avatar Dec 26 '25 13:12 mehmetyavuzz43