DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Learn Test Driven Development with Django - Part 8 Create a User SignUp Form

In this video, I show you how to use a test-driven approach with Django's UserCreationForm to create a user sign up form. I then demonstrate how to use Django's built-in testing tools to write tests for your user sign up form, including tests for form validation and form submission. I show you how to use the UserCreationForm in your tests and how to ensure that your form is working correctly.

Top comments (0)