agents
agents copied to clipboard
Scripts/integration test runner
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.shto verify.envexists and required vars (POLYGON_WALLET_PRIVATE_KEY,OPENAI_API_KEY) are set, failing fast if missing- Adds
scripts/python/run_integration_tests.pyto executepytestintests/integration/withPYTHONPATHset to the repo root; exits cleanly if the directory is absentWritten by Cursor Bugbot for commit 58fbc26a3b0e4a15cf6b9cf25f732c2cc62ef59a. This will update automatically on new commits. Configure here.