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
Membuat unit tests untuk semua models dan services menggunakan Pest v4. Saat ini belum ada unit tests yang mencukupi untuk business logic layer.
Checklist:
Models Testing (Priority):
- User model (authentication, roles, permissions)
- DataDesa model
- Penduduk model
- Keluarga model
- SettingAplikasi model
- Profil model
- Model relationships testing
- Model scopes testing
- Model accessors/mutators testing
Services Testing:
- DesaService - list desa, filtering
- OtpService - OTP generation, validation
- Service integration dengan external APIs
Membuat unit tests untuk semua models dan services menggunakan Pest v4. Saat ini belum ada unit tests yang mencukupi untuk business logic layer.
Checklist:
Models Testing (Priority):
- User model (authentication, roles, permissions)
- DataDesa model
- Penduduk model
- Keluarga model
- SettingAplikasi model
- Profil model
- Model relationships testing
- Model scopes testing
- Model accessors/mutators testing
Services Testing:
- DesaService - list desa, filtering
- OtpService - OTP generation, validation
- Service integration dengan external APIs
Setup factory untuk semua models yang belum ada
Implementasi dataset untuk edge cases
Test database transactions dan rollback
Dokumentasi testing patterns