plano/demos/shared/test_runner
Cursor Agent 420431b30c
fix(llm_gateway): buffer non-streaming response body until end_of_stream
Wait for the full upstream body before JSON parsing to avoid truncated
responses on chunked replies. Retry currency_exchange demo tests on flake.

Co-authored-by: Musa <musa@spherrrical.dev>
2026-05-18 18:11:22 +00:00
..
common.py Update black hook for Python 3.14 (#857) 2026-03-31 13:18:45 -07:00
pyproject.toml fix: resolve all open Dependabot security alerts (#866) 2026-04-02 18:00:28 -07:00
README.md use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
run_demo_tests.sh fix(llm_gateway): buffer non-streaming response body until end_of_stream 2026-05-18 18:11:22 +00:00
test_demos.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
uv.lock fix: resolve all open Dependabot security alerts (#866) 2026-04-02 18:00:28 -07:00

Demo Tests Runner

Test runner for Plano demo tests.

Usage

Run tests using:

sh run_demo_tests.sh

Or run directly with pytest:

pytest test_demos.py