plano/demos/shared/test_runner
Adil Hafeez 056ed67a04
Update documentation and test references for new demo paths
- Update README.md demo path references to agent_orchestration/
- Update docs/source paths for multi_turn_rag and travel_agents
- Update e2e test scripts for weather_forecast and model_alias_routing
- Update docker-compose.dev.yaml and e2e docker-compose.yaml paths
- Update demo READMEs with correct cross-references and remove
  references to deleted observability stacks
- Update test runner script for preference_based_routing path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 01:44:16 -08:00
..
common.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
pyproject.toml use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
README.md use uv instead of poetry (#663) 2025-12-26 11:21:42 -08:00
run_demo_tests.sh Update documentation and test references for new demo paths 2026-02-15 01:44:16 -08:00
test_demos.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
uv.lock use uv instead of poetry (#663) 2025-12-26 11:21:42 -08: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