Skip to content

Commit df49371

Browse files
committed
test: adjustments to smoke testing
1 parent 79ee2d4 commit df49371

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uv sync
2323
Run end-to-end against deployed Workflows (requires Google Cloud project and a deployed example app):
2424
```
2525
export 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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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 |

tests/smoke/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ steps:
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.

0 commit comments

Comments
 (0)