Archived
Add mock-backed integration testing tier and fake Dynu API
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
echo "[test-integration] running mock-backed provider integration tests"
|
||||
go test ./internal/provider -run '^TestIntegration' -count=1 -v
|
||||
Reference in New Issue
Block a user