test(smtp): add unit tests for SMTP config, env override, and send #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/239-smtp-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Unit tests for the SMTP setup implementation (OP#164).
All tests pass with
-raceflag.Closes OP#239
Test Plan
go test -race ./internal/services/ ./internal/handlers/passesgo vet ./...cleanPull request closed