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
✨ test: add punycode support and improve test infrastructure
- Add pre-commit config with go-fmt, go-mod-tidy, golangci-lint, go-sec
- Add Makefile targets for unit/integration tests with validation
- Support Punycode to Unicode conversion in solver for international domains
- Add comprehensive Punycode test cases in solver_test.go
- Improve test helper functions in client_test.go (mustSetEnv/mustUnsetEnv)
- Add hadolint ignore for Alpine APK install in Dockerfile
- Move golang.org/x/net from indirect to direct dependency
- Update DEVELOPMENT.md with simplified test commands
0 commit comments