File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ uv sync
2323Run end-to-end against deployed Workflows (requires Google Cloud project and a deployed example app):
2424```
2525export GOOGLE_CLOUD_PROJECT=<your-project>
26- uv run -q python tests/smoke/run_smoke .py --region us-central1
26+ uv run -q python tests/smoke/test_run_smoke .py --region us-central1
2727```
2828
2929### Project structure
Original file line number Diff line number Diff line change @@ -93,11 +93,6 @@ graph TD
9393 - ` post_story.py ` → post-story-flow: build story → POST external → summarize
9494 - ` jokes.py ` → joke-flow: fetch → split → rate
9595
96- ## Codegen & tests
97- - Codegen snapshots: ` uv run -q pytest -q tests/codegen ` (full-file YAML equality)
98- - Unit tests: ` uv run -q pytest -q tests/unit ` (hits ` /steps/<name> ` endpoints with TestClient)
99- - Smoke tests: ` uv run -q python tests/smoke/run_smoke.py --region us-central1 ` (requires GCP & deployed example)
100-
10196## Supported features (Cloud Workflows)
10297
10398| Feature | Status | Notes |
Original file line number Diff line number Diff line change 8585 args :
8686 - -c
8787 - |
88- python3 tests/smoke/run_smoke .py --region ${_REGION}
88+ python3 tests/smoke/test_run_smoke .py --region ${_REGION}
8989
9090 - name : gcr.io/google.com/cloudsdktool/cloud-sdk
9191 id : cleanup
File renamed without changes.
You can’t perform that action at this time.
0 commit comments