towerops/test
Graham McIntire f5bef9b997
Add comprehensive tests for Organizations.Invitation
Improved coverage from 60.00% to 100% by adding 13 tests covering:
- Required field validations (email, role, organization_id, invited_by_id)
- Email format validation
- Automatic token generation using crypto
- Token preservation when provided
- Automatic expires_at generation (7 days from now)
- Expires_at preservation when provided
- All valid role values (admin, member, viewer)
- Accepted_at field handling

Overall coverage: 66.34%
2026-01-13 07:45:50 -06:00
..
integration Fix credo warnings and software design suggestions 2026-01-06 12:55:22 -06:00
support add remote agent setup 2026-01-09 13:15:31 -06:00
towerops Add comprehensive tests for Organizations.Invitation 2026-01-13 07:45:50 -06:00
towerops_web Add HealthController test (0% → 100%) 2026-01-13 07:39:28 -06:00
test_helper.exs moar tests 2026-01-06 15:43:54 -06:00