We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apitester
1 parent 0e41391 commit f7e0390Copy full SHA for f7e0390
run_tests.sh
@@ -14,3 +14,8 @@ 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