Hello djanonauts,

I am writing unit tests for a project, and I would like to test my
views.  The documentation
(http://www.djangoproject.com/documentation/testing/) suggests using
django.test.client.Client to do the deed.  When I use it in tests.py,
it works fine, I can view the template and context properties of the
HttpResponse.  However, when I try to use Client interactively in the
shell, template and context return None.  Why is that?  Is there a way
to fix this problem?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to