⬅︎ Back to How to unit test the innards of a Django view function
The Django unit-testing documentation covers much easier ways to do this. For real-world examples, see the unit-test suite in the in-progress rewrite of my user-registration app:http://bitbucket.org/ubernostrum/django-registration-backends/src/tip/registration/tests.py#cl-315
404 on that.
Comment
The Django unit-testing documentation covers much easier ways to do this. For real-world examples, see the unit-test suite in the in-progress rewrite of my user-registration app:
http://bitbucket.org/ubernostrum/django-registration-backends/src/tip/registration/tests.py#cl-315
Replies
404 on that.