rdev/internal/handlers
jordan 214d1c8a4c test: Add comprehensive tests for claude_config handler
- 31 test cases for name validation (valid/invalid patterns)
- Security tests for path traversal and injection attacks
- Content size limit enforcement tests
- Base64 encoding verification tests
- JSON serialization tests
- Route mounting tests
- Edge case tests (empty body, null body, etc.)
- Benchmarks for isValidName and base64 encoding

Handler coverage: 40.1% → 73.2%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:34:36 -07:00
..
claude_config_test.go test: Add comprehensive tests for claude_config handler 2026-01-25 01:34:36 -07:00
claude_config.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
keys_test.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
keys.go feat: Add API key authentication with auto-migrations 2026-01-24 21:26:26 -07:00
projects_test.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00
projects.go feat: Add claude-config API, security hardening, and testing infrastructure 2026-01-25 01:29:13 -07:00