good first issuetest
Métriques du dépôt
- Stars
- (464 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
The meethub/accounts/forms.py file contains the SignUpForm, but there are no tests for it in meethub/accounts/tests/test_forms.py. We need to add tests to ensure it validates data correctly and creates a user and profile upon saving
Acceptance Criteria:
- Create meethub/accounts/tests/test_forms.py.
- Add tests for valid form data.
- Add tests for invalid data (e.g., mismatched passwords, existing email).
- Test that the save() method correctly creates an Account and a Profile.