File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
22Tests 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
78To 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" \
You can’t perform that action at this time.
0 commit comments