Skip to content

Commit 05d594c

Browse files
committed
comment improvements
1 parent ead78d7 commit 05d594c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/contrib/tasks/test_vertex_task_store.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
"""
22
Tests for the VertexTaskStore.
33
4-
These tests interact with the Vertex AI Agent Engine. They are skipped by default
5-
unless the necessary environment variables are set, which prevents them from failing in GitHub Actions.
4+
These tests can be run with a real or fake Vertex AI Agent Engine as a backend.
5+
The real ones are skipped by default unless the necessary environment variables\
6+
are set, which prevents them from failing in GitHub Actions.
67
78
To run these tests locally, you can use the provided script:
89
./run_vertex_tests.sh
910
10-
Be sure to set the following environment variables:
11+
The following environment variables are required for the real backend:
1112
VERTEX_PROJECT="your-project" \
1213
VERTEX_LOCATION="your-location" \
1314
VERTEX_BASE_URL="your-base-url" \

0 commit comments

Comments
 (0)