Closed randallong closed 8 months ago
This has been successfully completed. The decision to focus on this instead of jumping straight to tests for views.py was a good decision as views make use of forms, hence it makes sense to complete tests for forms first. Additionally, it was also a welcome surprise to be able to finish this unplanned task within the same sprint.
Writing of tests for the following classes in forms.py:
This should be done as test_forms.py, and should be done before tests for views.py