feat: Introduce a new Go-based test suite runner with supporting scripts and documentation.

This commit is contained in:
CJACK
2026-02-17 02:03:41 +08:00
parent 416b9939fc
commit 8cbb5a4262
9 changed files with 1792 additions and 0 deletions

8
scripts/testsuite/run-live.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
cd "$ROOT_DIR"
go run ./cmd/ds2api-tests "$@"