We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apitester
1 parent 860f462 commit 4f9a50bCopy full SHA for 4f9a50b
gcp/api/run_tests.sh
@@ -27,3 +27,6 @@ set -e
27
poetry install
28
poetry run python server_test.py
29
poetry run python integration_tests.py "$1"
30
+
31
+# Run the API tester
32
+cd ../../tools/apitester/ && go test ./...
run_tests.sh
@@ -14,8 +14,3 @@ poetry run python -m unittest discover osv/ecosystems/ "*_test.py" .
14
15
# Run the validation for the go/python datastore models
16
cd ./go/models/internal/validate/ && ./run_validate.sh
17
-
18
-# Run the API tester
19
-url="localhost:${DATASTORE_EMULATOR_PORT}"
20
21
-cd ./tools/apitester/ && OSV_API_BASE_URL="$url" go test ./...
0 commit comments