Add mock-backed integration testing tier and fake Dynu API

This commit is contained in:
beatz174-bit
2026-04-21 15:19:20 +10:00
parent 7f161fb19b
commit 293fe7af28
10 changed files with 564 additions and 154 deletions
+5
View File
@@ -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