mirror of
https://github.com/django/django.git
synced 2025-02-07 16:05:34 +00:00
This will ease unit testing of views since setup will essentially do everything needed to set the view instance up (other than instantiating it). Credit for idea goes to Vincent Prouillet.