soonieboi / irentstuff

1 stars 0 forks source link

tests for forms.py #55

Closed randallong closed 8 months ago

randallong commented 8 months ago

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

randallong commented 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.