I am trying to test the UserRegistrationForm
forms.py:-
class UserRegisterForm(UserCreationForm): email=forms.EmailField() first_name=forms.CharField(m