You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Key wipe tests
go test -v ./internal/wallet/... -run TestKeyWipe
# Webhook HMAC tests
go test -v ./internal/webhook/...
# Run all unit tests with race detector
go test -race ./internal/wallet/... ./internal/webhook/...
Integration tests (requires Docker)
# Nonce concurrency + resync (Redis container)
go test -race -v ./internal/nonce/...
# Queue crash recovery (Redis container)
go test -v ./internal/queue/...
# Idempotency deduplication (Postgres container)
go test -v ./internal/storage/...
All tests
go test -race ./...
Test file locations
Place each file in the corresponding package directory: